Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FPIRLS computation of objective functional for space-time problems #2

Open
AlePalu opened this issue Oct 21, 2023 · 0 comments
Open

Comments

@AlePalu
Copy link
Member

AlePalu commented Oct 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant