Description Usage Arguments Details Value Examples
View source: R/combinepatterns.R
A useful technique in Singular Spectrum Analysis is to look at the summed groupings of eigenvectors. These groupings can usually reveal the interframe signal.
1 | combinepatterns(ssa, pcs)
|
ssa |
an 'ssa' class object |
pcs |
a vector specifying which eigenvectors to group |
Oscillating patterns that are close in eigenvalue magnitude usually represent a signal component that cannot be represented by a single sinusoid.
None
1 2 | obj=ssa(co2,18)
combinepatterns(obj,2:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.