View source: R/predict.hfpca.R
predict.hfpca | R Documentation |
This function performs projection of new functions on fPCA basis
## S3 method for class 'hfpca'
predict(object, newdata = NULL, ...)
object |
Object of class inheriting from "horizFPCA" |
newdata |
An optional matrix in which to look for functions with which to predict. If omitted, the original functions are used. |
... |
additional arguments affecting the predictions produced |
Returns a matrix
a |
principle coefficients |
Tucker, J. D., Wu, W., Srivastava, A., Generative Models for Function Data using Phase and Amplitude Separation, Computational Statistics and Data Analysis (2012), 10.1016/j.csda.2012.12.001.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.