Forecasting playground
The real JavaScript port, running live in your browser. Every number here is produced by the same code that matches the Python package to 1e-6.
observation
forecast mean
95% interval
—
The model sees one observation at a time. At each step it emits a full predictive distribution for the next step; we score it against what actually happens.
Open the console and import from
../js/skaters/index.mjs to drive it yourself — it is a zero-dependency ES module.