Description Usage Arguments Details Value See Also Examples
This function calculates the SPC filters from a given spectral density operator.
1 | fsd.spca.filters(F, Npc = 1, L = 3)
|
F |
the spectral density. |
Npc |
the number of principal components to be computed. |
L |
the maximum lag for the filters, as an integer or vector of integers. |
The eigenvectors used for the calculation of the Fourier expansion
are oriented such that the sum of their coordinates over the basis of the
fd object (i.e. the entries in the coefs
array) is a non-negative
real number. If the basis is not orthonormal, this is done with respect to
a virtual orthonormal basis in the background.
the SPC filters.
1 2 3 4 | ## Not run:
fsd.spca.filters(F)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.