Description Usage Arguments Value See Also Examples
This function is used to reconstruct the original functional data from the
filters and the score. It applies the transposed matrices of the filter
A
to the scores.
1 | fsd.spca.inverse(A, scores, mean.X = NULL)
|
A |
the filters. |
scores |
the scores as an array. |
mean.X |
the mean of X. |
X the reconstructed functional data
1 2 3 4 | ## Not run:
fsd.spca.inverse(A, scores)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.