Description Usage Arguments Details Value Examples
This functon constructs an ssa
class object to perform a singular spectrum analysis.
1 | ssa(series, window.length = 12)
|
series |
a time-series or spatial-series |
window.length |
the interval length to consider within series |
Singular Spectrum Analysis (SSA) is a model-free technique to analyze a 1-D series and extract signal components from noise components. The four basic steps of SSA are: 1. embedding, 2. singular value decomposition, 3. grouping, 4. reconstruction. This constructor function effectively executes steps 1 and 2. The function windowtest
serves as a diagnostic aid for parameter selection. The plot
, print
, summary
, and combinepatterns
functions aid the user in step 3. Finally, step 4 is accomplished via the reconstruct
function.
an object of class ssa
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.