kieferk / pymssa

Python implementation of Multivariate Singular Spectrum Analysis (MSSA)
MIT License
152 stars 48 forks source link

Reconstructing a series from all components of all series #13

Open entest-hai opened 3 years ago

entest-hai commented 3 years ago

Thanks for great code!

I have one question. For reconstructing each time series, do you choose best components from all components from all series or only component of corresponding series?

Many thanks,