View source: R/predict.curve_pca.R
| predict.curve_pca | R Documentation |
This function performs projection of new curves on fPCA basis
## S3 method for class 'curve_pca'
predict(object, newdata = NULL, ...)
object |
Object of class inheriting from "curve_pca" |
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 |
principal coefficients |
Srivastava, A., Klassen, E., Joshi, S., Jermyn, I., (2011). Shape analysis of elastic curves in euclidean spaces. Pattern Analysis and Machine Intelligence, IEEE Transactions on 33 (7), 1415-1428.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.