max19931 / timeseries

Time series modelling and analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timeseries

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.

Installation

$ pip install timeseries

Tests

Run the test suite with

$ make check

License

MIT

About

Time series modelling and analysis

License:MIT License


Languages

Language:Python 98.6%Language:Makefile 1.4%