The Singular Spectrum Analysis algorithm for analysis of S&P500 index time series, implemented by Oleg M.
This repository contains both:
-
The project program files, followed by necessary headers and build modules.
-
The course work paper, explaining how the algorithm works, and which data has it been applied to.
-
The equipped data set of S&P500 index's time series, starting from January 1926.
-
The batch files to run the project. In order to run the program, using the
.bat
files, you have to make sure, that python is inclused in your$PATH
environmental variable. To run__test__.py
simple double-click it. To run__main__.py
, please drag and drop the.csv
data set onto the main batch file.