• Stars
    star
    139
  • Rank 262,954 (Top 6 %)
  • Language
    Jupyter Notebook
  • Created almost 8 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Singular Spectrum Analysis for time series forecasting in Python

pySSA

Singular Spectrum Analysis for time series forecasting in Python

An example of the implementation of this code can be found in Singular Spectrum Analysis Example.ipynb.

I will update the list of references/credits at another time. The research of Nina Golyandina from Russia was invaluable in aiding my understanding of this method.

[update 4 April 2017] - Please note that the current version requires a pandas dataframe with a datetime formatted index for it to work. I will push an update soon to allow numpy array inputs.

Please feel free to fork the project and contribute!