-
Notifications
You must be signed in to change notification settings - Fork 23
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
Extend FACE method to irregularly observed data #99
Comments
Hi @mynanshan -- they put this stuff in their own separate package, you can find a FACE implementation for sparse/irregular data here: https://cran.r-project.org/web/packages/face/index.html |
@jeff-goldsmith @julia-wrobel: are we ever going to re-implement this or import and re-export the (Also: I think it might be worthwhile to do a review/benchmarking paper on methods for functional covariance operator estimation sometime, there are SO MANY and there are lots of interesting complications/nuances......) |
Thanks for the reference! |
I feel a bit strange having a somewhat-out-of-date and unsupported function in I'd be okay with importing and exporting the face package as part of |
refund/R/fpca.face.R
Line 159 in eb6af5c
All FPCA functions in the package
refund
provide two arguments for data input,Y
for a observation matrix observed on a common grid andydata
for irregularly observed data. However, the ydata option is not always available, for example, when usingfpca.face
. I guess the reason is that the method proposed by Xiao 2016 is only developed for regular data.According to Xiao 2013 and a more recent paper, Xiao 2020, the bivariate smoothing can also be applied to irregularly observed data. Therefore, I wonder if the
fpca.face
method can be extended accordingly.The text was updated successfully, but these errors were encountered: