clplot {Rssa} | R Documentation |
Ratio of complete lag vectors in dependence on window length
Description
Function to plot the dependence of ratios of complete lagged vectors on window lengths.
Usage
clplot(x, ...)
Arguments
x |
input series |
... |
further arguments passed to plotting functions |
Details
The function plots the dependence of ratios of complete lagged vectors on window lengths. This information can be used for the choice of window length, since only complete lagged vectors are used for construction of the SVD expansion in SSA. See page 89 (Chapter 2) in Golyandina et al (2018).
References
Golyandina N., Korobeynikov A., Zhigljavsky A. (2018): Singular Spectrum Analysis with R. Use R!. Springer, Berlin, Heidelberg.
See Also
Rssa
for an overview of the package, as well as,
igapfill
,
gapfill
summarize.gaps
,
[Package Rssa version 1.0.5 Index]