FlowState vs Laplace
FlowState is a state-space time-series model, loaded via IBM's granite-tsfm. Research checkpoint (research use only); run raw. The collaborative arms were built for the three strongest models first.
Resources: Model card · Paper (arXiv 2508.05287)
Live snapshot Derived from the week-long round-robin study; counts grow as coverage deepens. Everything scores against Laplace on the identical series and windows.
Standalone
The model's own predictive, run zero-shot, scored per series against Laplace by a one-step-ahead (k=1) Diebold–Mariano test on the log-score differential.
| stratum | n | win / draw / loss vs Laplace | med ΔLL | CRPS ratio | cov₀₀ |
|---|---|---|---|---|---|
| economic change-series, business-daily | 1328 | -3.00 | 1.038 | 0.70 | |
| economic change-series, weekly | 2720 | -2.92 | 1.022 | 0.70 | |
| economic change-series, monthly (annual cycle) | 2720 | -2.77 | 0.992 | 0.66 | |
| M4 hourly, strongly seasonal | 414 | -2.31 | 1.056 | 0.68 | |
| asset prices and returns, daily | 1392 | -2.77 | 1.055 | 0.65 |
Median per-series Δ log-likelihood in nats (negative is worse than Laplace); CRPS ratio to Laplace (above 1 is worse); raw central-90% coverage (0.90 target).
Star plot
FlowState standalone against Laplace, on the same six regime axes as the site's
standalone radar. Each radius is the log-likelihood
ratio, (wins + ½·ties) / n scaled so an even split with
Laplace sits on the dashed 1.0 ring; outward beats Laplace more often, inward less. The
M4-hourly set splits into soft and hard waveforms by corpus order, matching that radar.
Collaborative use
The recalibration (@lap) and portfolio (&lap) arms were built for the three strongest models first, so FlowState is scored standalone here. The sidecar wraps any per-step predictive, so these arms can be added without retraining. See the sidecar pattern.
Protocol
Fixed 128-length context, rolling one-step test window, no fitting, each model in its own environment. Strata split the cached FRED universe and the M4-hourly set by frequency and regime. Full method on the sidecar pattern page and in the methodology.
Architecture and methodology
FlowState pairs a state-space model (SSM) encoder with a functional-basis decoder. The decoder is continuous in time, which makes the model equivariant to the sampling rate and able to forecast at any resolution and horizon without retraining; it emits quantiles directly. It is an IBM research checkpoint loaded through granite-tsfm.