Skip to main content

Time series analysis library with ARIMA, state-space models, and automatic model selection

Project description

chronobox

Time series analysis library with ARIMA, state-space models, and automatic model selection.

Installation

pip install -e ".[dev]"

Quick Start

from chronobox import ARIMA
from chronobox.datasets import load_dataset

airline = load_dataset('airline')
model = ARIMA(order=(0,1,1), seasonal_order=(0,1,1,12))
results = model.fit(airline['passengers'])
print(results.summary())
forecast = results.forecast(steps=12)

Auto-ARIMA

from chronobox import auto_arima

best = auto_arima(airline['passengers'], seasonal=True, m=12)
print(best.summary())

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chronobox-0.1.0.tar.gz (219.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chronobox-0.1.0-py3-none-any.whl (298.4 kB view details)

Uploaded Python 3

File details

Details for the file chronobox-0.1.0.tar.gz.

File metadata

  • Download URL: chronobox-0.1.0.tar.gz
  • Upload date:
  • Size: 219.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chronobox-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1439ee6a596725f88f08f916dd4a5da42aadbc8f06e6944e84f45a1c941f17f2
MD5 4725d3c3d18d15852fd1438b3deb04f0
BLAKE2b-256 9dc714656df6c2c9b09c4b507fca1a1b8a0e59da500a018e0011508d97f82b67

See more details on using hashes here.

Provenance

The following attestation bundles were made for chronobox-0.1.0.tar.gz:

Publisher: publish.yml on ChronoBox-Econometrics-Models/chronobox

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file chronobox-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: chronobox-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 298.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for chronobox-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 99f9ca79612c749932ef8a9d8ee8317ee05337a2b98b7c456a8e9843cc361241
MD5 b2936cd82869cb417d3bee3698c6e9d5
BLAKE2b-256 f22709ed64cde5ada59563a26802b735801ee1bf3f32020c8d83e5f753a48a3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for chronobox-0.1.0-py3-none-any.whl:

Publisher: publish.yml on ChronoBox-Econometrics-Models/chronobox

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page