pssa
pssa copied to clipboard
Singular Spectrum Analysis for time series forecasting in Python
Hello! I like your lib! But I've got some errors: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) ~/Documents/notebooks/vk/SSA/mySSA.py in forecast_recurrent(self, steps_ahead, singular_values, plot, return_df, **plotargs) 206 try: --> 207 self.X_com_hat...
Since there is no setup.py, there is no way to `pip install` this package even using `git+https://github.com/aj-cloete/pySSA.git`. Do I just clone and copy the files, or is there a better...
Hello, I am trying to learn to use SSA and I wanted to use your tutorial to see how to use it and how ti works. But when I tried...