You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The computation of J in fdaPDE/models/regression/fpirls.h is not correct for space-time problems. Specifically, the computation of the penalty term is always set to $\lambda_{\mathcal{D}} \boldsymbol{g}^\top R_0 \boldsymbol{g}$, which is ok for space-only problems.
Space-time problems should explicitly use the discretized penalty $P$. See, for instance, what done in fdaPDE/models/functional/profiling_estimation.h.
The text was updated successfully, but these errors were encountered:
The computation of$\lambda_{\mathcal{D}} \boldsymbol{g}^\top R_0 \boldsymbol{g}$ , which is ok for space-only problems.$P$ . See, for instance, what done in fdaPDE/models/functional/profiling_estimation.h.
J
in fdaPDE/models/regression/fpirls.h is not correct for space-time problems. Specifically, the computation of the penalty term is always set toSpace-time problems should explicitly use the discretized penalty
The text was updated successfully, but these errors were encountered: