odtuyzt / chrono-kit

An open source time series analysis library for processing, analyzing, visualising and forecasting time series data
MIT License
9 stars 6 forks source link

Implement Additional Time Series Decompositions #55

Closed odtuyzt closed 8 months ago

odtuyzt commented 11 months ago

Implement time series decomposition methods other than classical. Refer to Chapter 6 of FPP.

hasanemirakin commented 10 months ago

Started to implement LOWESS, LOESS and STL

hasanemirakin commented 10 months ago

Implemented LOWESS, LOESS and STL and pushed to branch "hasan"

hasanemirakin commented 10 months ago

Started implementing MSTL