ATSW — Box-Jenkins-Treadway time series suite (fue + pyfug + ART/MCP)
Project description
ATSW — Box-Jenkins-Treadway time series suite
atsw is an umbrella package: installing it pulls the complete Box-Jenkins-
Treadway time series suite plus the MCP server, in one step.
pip install atsw
It installs fue (exact ML estimation of ARMAX / transfer functions +
forecasting), pyfug (graphics) and art-tseries (model building, diagnosis,
formal tests + the art-mcp MCP server). Requires Python ≥ 3.10. fue has a C
engine with an automatic pure-Python fallback, so it installs everywhere.
| Component | Package | Role |
|---|---|---|
| FUE (+ FUF) | fue |
Exact ML estimation (ARMAX + transfer functions) and forecasting |
| FUG | pyfug |
High-definition graphics for time series analysis |
| ART | art-tseries |
Model building, diagnosis, formal tests + MCP server (art-mcp) |
Use with an LLM (recommended)
claude mcp add art -- art-mcp
Then ask Claude to analyse a series (attach a CSV/Excel, or point to an .inp).
ART offers a guided workflow (analyst decides, Claude advises step by step,
with graphs and your confirmation at each decision) or an autonomous one
(Claude/heuristic decides every step and presents a final model). The suite
supplies the evidence — graphs, tests, numbers; you and/or Claude supply the
criterion at each Box-Jenkins decision node.
Use as a plain Python library (no Claude needed)
import fue
from art.describe import describe_boxcox, describe_identification
ts, _ = fue.inp.load("series.inp")
print(describe_boxcox(ts).summary) # Box-Cox transformation analysis
print(describe_identification(ts).summary) # ACF/PACF identification
Estimation and forecasting (FUF) live in fue; the fuf command forecasts from
an estimated model.
Background — a modern Box-Jenkins-Treadway
The Box-Jenkins analysis was tremendously popular at its launch as a process for building ARMA models (with extensions). The models themselves are simple, but the iterative building process is a case of false simplicity: in practice the method worked wonderfully if you were Box, Jenkins, or one of their disciples. The real obstacle is training the analyst to make the decisions the process demands — decisions often guided by heuristics.
ATSW combines that criterion with statistical methods to build the models in a modern form: AI — with its limitations — supplies the criterion and the suggestions a trained time series analyst would offer.
The analysis presented here is not the canonical Box-Jenkins, but the extended version of Arthur B. Treadway (a disciple of Gwilym Jenkins), which adds elements and heuristics drawn from his experience producing the Forecasting and Monitoring Services (SPS) of the Spanish economy.
Forecasting is one of the goals of building an ARMAX model — and perhaps an unbeatable one — but univariate analysis is also the foundation of more sophisticated relational analysis. These univariate forecasting models should be the measuring stick for more complex ones: if you cannot beat their forecasts, your model has a problem and you should rethink it.
Components on PyPI
Each component is also installable on its own — atsw just fixes a compatible
set: fue ·
pyfug ·
art-tseries. See art-tseries's
AGENTS.md, docs/QUICKSTART.md, docs/TOOLS.md and docs/ARCHITECTURE.md for
the full design, the operating guide and the evidence-vs-criterion philosophy.
License
GPL-2.0-or-later. © David E. Guerrero.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file atsw-1.0.2.tar.gz.
File metadata
- Download URL: atsw-1.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f4bb4bc550f7c4f238b0da6c451a9accaaa50046712c516662a992ee2ac1397
|
|
| MD5 |
c86bb2703f271dab4063bfa92d7d1f83
|
|
| BLAKE2b-256 |
0352c555cf237df83ff0df3d8cc40d48666c5a7e3e2d14a5fec39b18794b1b05
|
File details
Details for the file atsw-1.0.2-py3-none-any.whl.
File metadata
- Download URL: atsw-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a5f38d5abf81cbe3aa43cf4130648afbd37e0a20148120032a1c75fdd2959f7
|
|
| MD5 |
8ba68f40d7d6e64980ea9595ed42a9ec
|
|
| BLAKE2b-256 |
cf1ad97217a96b7a76f72f1e7c2872cc4e5a5de8722d0181c9531e192a803200
|