A collection of utilities for time series modelling and analysis
- Trends
- Moving averages
- Decomposition (STL)
- Forecasting (ETS / ARIMA)
- Plotting (matplotlib)
See the wiki for more information.
$ pip install timeseries
Run the test suite with
$ make check
MIT