Description Usage Arguments Value See Also Examples
This function computes the scores. It applies the matrices of the filter
A
to the data X
.
1 | fsd.spca.scores(X, A, na.ignore = FALSE)
|
X |
the functional spatial data. Either an fd object or an array. |
A |
the filter used to compute the scores. |
na.ignore |
whether missing values in the data X should be ignored. |
the array of the scores.
1 2 3 4 | ## Not run:
fsd.spca.scores(X, A)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.