English

Computation- and Space-Efficient Implementation of SSA

Numerical Analysis 2012-07-02 v2

Abstract

The computational complexity of different steps of the basic SSA is discussed. It is shown that the use of the general-purpose "blackbox" routines (e.g. found in packages like LAPACK) leads to huge waste of time resources since the special Hankel structure of the trajectory matrix is not taken into account. We outline several state-of-the-art algorithms (for example, Lanczos-based truncated SVD) which can be modified to exploit the structure of the trajectory matrix. The key components here are hankel matrix-vector multiplication and hankelization operator. We show that both can be computed efficiently by the means of Fast Fourier Transform. The use of these methods yields the reduction of the worst-case computational complexity from O(N^3) to O(k N log(N)), where N is series length and k is the number of eigentriples desired.

Keywords

Cite

@article{arxiv.0911.4498,
  title  = {Computation- and Space-Efficient Implementation of SSA},
  author = {Anton Korobeynikov},
  journal= {arXiv preprint arXiv:0911.4498},
  year   = {2012}
}

Comments

27 pages, 8 figures

R2 v1 2026-06-21T14:15:09.325Z