LeeDoYup / RobustSTL

Unofficial Implementation of RobustSTL: A Robust Seasonal-Trend Decomposition Algorithm for Long Time Series (AAAI 2019)
MIT License
271 stars 53 forks source link

Time series reconstruction #16

Closed AKheli closed 4 years ago

AKheli commented 4 years ago

I am trying to run the reverse pipeline of RobustSTL method. That is, constructing the original time series based on the 3 components (Trend, seaso, Residue). Did you implement this by any chance?

LeeDoYup commented 4 years ago

I didn't implement that, but you can just add the three terms.