September 20-22, 2010, Cardiff

SSA methodology

Singular-spectrum analysis (SSA) is a technique of time series analysis and forecasting. Let us briefly describe the main idea of the basic version of SSA.

Let x1,x2, ..., xN be a time series of length N. Given a window length L (1 < L < N), we construct the L-lagged vectors Xi=(xi,...,xi+L-1)T, 1 <= i <= K=N-L+1, and compose them into one matrix X=[X1:...:XK] of size L ×K. This matrix is Hankel and has entries xij=xi+j-2.

The columns Xj of X, considered as vectors, lie in the L-dimensional space RL. The singular value decomposition of the matrix X XT provides us with a collection of L eigenvalues and eigenvectors. A particular combination of a certain number l < L of these eigenvectors determines an l-dimensional subspace in RL. The L-dimensional data is then projected onto this l-dimensional subspace and the subsequent averaging over the diagonals gives us an approximation to the original series. The reconstructed series satisfies some linear recurrent formula which we may use to forecast the original series.

SSA can be used for smoothing, filtration, noise reduction, extraction of trends of different resolution, extraction of periodicities in the form of modulated harmonics, change-point detection and other tasks, see Book. It can also be used for the analysis and forecasting of multivariate time series and can help in finding causality between series.

SSA software can be found at Caterpillar SSA website.

Book: Analysis of Time Series Structure: SSA and related techniques. Chapman and Hall/CRC.

Zhigljavsky A., Singular Spectrum analysis for time series.

Hassani H., A Brief Introduction to Singular Spectrum Analysis.

SSA Change-Point Detection in Time Series

Last modified: 2010-05-31
Back to top