RSSA
Rssa is an R package that implements Singular Spectrum Analysis (SSA) and related methods for time series and image data. It provides a framework to decompose a sequence into interpretable components such as trend, periodicities, and noise, using the construction of a trajectory (Hankel) matrix and subsequent singular value decomposition. The package supports both univariate SSA and extensions for multivariate data.
Key features include the creation of trajectory matrices with a user-specified window length, the decomposition of
Rssa is designed for researchers and practitioners working with time series who seek a nonparametric, data-driven
The software is open-source and available on CRAN and GitHub, with ongoing development to expand methods, improve