Skip to main content

ART — A Real-Time Time-Series Analysis toolkit + MCP server

art-tseries (ART) builds univariate time series models following the Box-Jenkins-Treadway methodology: an iterative, decision-driven process that uses graphical tools and formal tests to identify, estimate, diagnose and refine a model until it is adequate and parsimonious.

ART is the orchestration layer of a four-part suite:

Package Role
fue Exact maximum-likelihood estimation (ARMAX + transfer functions) and FUF forecasting. C engine with a pure-Python fallback.
pyfug High-definition graphics for time series analysis.
ART (art-tseries) Identification, model building, diagnosis, formal tests, versioning — and an MCP server that exposes all of this to an LLM.

The Box-Jenkins-Treadway loop needs judgement at each decision node. ART supplies the evidence (graphs, tests, numbers); a human analyst and/or Claude supply the criterion. Two modes:

  • Guided — analyst + Claude: Claude proposes with arguments, the analyst decides.
  • Autonomous — Claude/heuristic decides every step and presents a final model.

Install

pip install art-tseries          # pulls fue + pyfug automatically

This installs the art-mcp command (the MCP server).

Use as an MCP server (Claude Code, etc.)

claude mcp add art -- art-mcp

Then ask Claude to analyse a series. ART will ask whether you want a guided or autonomous analysis and drive the workflow from there.

Use as a library

import fue
from art.describe import describe_boxcox, describe_identification, model_equation

ts, _ = fue.inp.load("series.inp")
print(describe_boxcox(ts).summary)

Methodology

The model-building process is iterative and sequential: each estimation starts from the previous likelihood optimum (the .pre of the previous model), and every step produces a .pre (estimated parameters as initial values) and a .out (results), mirroring fue. Decisions and changes are recorded in a guion.json audit trail. See docs/ARCHITECTURE.md for the full design and the evidence-vs-criterion philosophy.

Documentation

PyPI renders this page only, so everything below is linked absolutely and also ships inside the source distributionpip download art-tseries --no-binary :all: — so it reads without network.

Quickstart install, first analysis, EN / ES
MCP tool reference every art-mcp tool, generated from the docstrings
Architecture how ART, FUE, FUG and FUF fit together
Rescaling why the scale factor exists and where it acts
Changelog what changed, version by version

The suite as a whole installs with pip install atsw.

License

GPL-2.0-or-later. © David E. Guerrero.

Download files

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

Source Distribution

art_tseries-0.1.9.tar.gz (264.8 kB view details)

Uploaded Source

Built Distribution

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

art_tseries-0.1.9-py3-none-any.whl (167.7 kB view details)

Uploaded Python 3

File details

Details for the file art_tseries-0.1.9.tar.gz.

File metadata

  • Download URL: art_tseries-0.1.9.tar.gz
  • Upload date:
  • Size: 264.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for art_tseries-0.1.9.tar.gz
Algorithm Hash digest
SHA256 8c3f6538bb66704ed39021b265f52d62cef11d58a5bef7b37fde4d1be5fb8fea
MD5 4e2d0b3814fac92ebb2af785d9e69f4b
BLAKE2b-256 1f7bbeb9bdd35df51ed08a04eccb1079774ba8c7b8989e4723d24766ffc0fe36

See more details on using hashes here.

Provenance

The following attestation bundles were made for art_tseries-0.1.9.tar.gz:

Publisher: publish-art.yml on davidesg/art-python

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

File details

Details for the file art_tseries-0.1.9-py3-none-any.whl.

File metadata

  • Download URL: art_tseries-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 167.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for art_tseries-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 2f8fbc0c72ba27d1cf903fff3488eb44b0f71f3f687e9119c64df3c5929811e8
MD5 322471c93b61cb75c319d2738353643d
BLAKE2b-256 b27e17fcdf852dc4c245f7da3c791aed8536926560b2d1e37be17ae54a3a9b37

See more details on using hashes here.

Provenance

The following attestation bundles were made for art_tseries-0.1.9-py3-none-any.whl:

Publisher: publish-art.yml on davidesg/art-python

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

Release history Release notifications | RSS feed

0.1.11

2 files

0.1.10

2 files

This release

0.1.9 This release

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

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