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 ARIMA Models #54

Closed odtuyzt closed 8 months ago

odtuyzt commented 11 months ago

Implement the AR, MA, ARMA and ARIMA models. The Chapter 8 of FPP covers the basics of implementation.

kilavuza commented 11 months ago

I just started to implement.