AutoRegressive

AR-process structure, linear short-memory dependence, white-noise residuality
temporaldim temporal4 metrics

What It Measures

How well a short-memory linear autoregressive model predicts the signal — and how much structure escapes it.

Fits an AR(10) model by Yule-Walker (each sample as a linear combination of the previous ten samples), then summarizes it. This is the classical linear-time-series view: it captures everything a linear predictor can, and whatever it cannot capture surfaces in the residual. Mirrors the meaningful part of tsfresh::ar_coefficient.

Metrics

ar_coef_1

Lag-1 Yule-Walker coefficient (≈ lag-1 autocorrelation, the canonical short-memory parameter). High for smooth, slowly-varying signals (LIGO H1 Whitened 3.13, Bearing Ball 2.90, Clipped Sine 2.83); strongly negative for alternating, anti-correlated ones (Logistic Period-3 Window −5.0, Quantum Walk −1.68). Correlates with Spectral:spectral_slope (|r|≈0.89 — the AR(1)↔spectral-tilt identity); kept as the named, interpretable parameter. Clipped to |coef| ≤ 5 to neutralize a pseudo-inverse artifact on rank-deficient periodic signals.

ar_coef_2

Lag-2 coefficient. Positive where two-step memory adds information (Heisenberg Walk 0.69, Anderson 1D Localized 0.64); strongly negative for two-step anti-correlation (Bearing Ball −3.53, Ambient Microseism −2.79).

ar_residual_frac

Whitened-residual variance fraction (σ²_AR / σ²_x). Near 1 means the signal looks white to a linear predictor (LIGO 1.00, Catalan digits 1.00, Rule 30 1.00 — Rule 30's structure is nonlinear, so AR sees noise); near 0 means the AR model captures it fully (Logistic Period-2 0.00, OTOC Growth 0.00). The strongest AR discriminator.

ar_bic_order

BIC-selected model order in 0–10. Saturates at 10 for richly-colored signals (Pink Noise, Blue Noise, Riemann Zeta Zeros, Devil's Staircase all 10); drops to 0 for signals an AR captures trivially or degenerately (LIGO 0).

Atlas Rankings

ar_bic_order
SourceOriginValue
Pink Noisestochastic-process10.0000
Devil's Staircasespecial-functions10.0000
Thue-Morsesymbolic-dynamics10.0000
···
Logistic Chaositerated-maps0.0000
Tent Mapiterated-maps0.0000
AES Encryptedalgorithmic-bytes0.0000
ar_coef_1
SourceOriginValue
LIGO H1 Whitened (GW150914)astrophysical3.1256
Newton-Leipnik Attractorcontinuous-flows2.8633
Bearing Ballmachine-vibration2.8355
···
Logistic r=3.83 (Period-3 Window)iterated-maps-5.0000
Quantum Walkrandom-matrix-quantum-1.6779
Hofstadter Qnumber-theory-1.5848
ar_coef_2
SourceOriginValue
Fibonacci Tight-Bindingrandom-matrix-quantum1.5382
Heisenberg Walksymbolic-dynamics0.6900
Anderson 1D Localizedrandom-matrix-quantum0.6349
···
Bearing Ballmachine-vibration-3.4367
Ambient Microseismgeophysical-2.7887
LIGO H1 Whitened (GW150914)astrophysical-2.6788
ar_residual_frac
SourceOriginValue
LIGO Livingstonastrophysical1.0000
LIGO Hanfordastrophysical1.0000
Catalan G Digitsnumber-theory0.9997
···
OTOC Growthrandom-matrix-quantum0.0000
Periodic Wordsymbolic-dynamics0.0000
Logistic r=3.2 (Period-2)iterated-maps0.0000

When It Lights Up

Separates linearly-predictable short-memory processes from those whose structure escapes a linear model. ar_residual_frac is the workhorse: a near-1 value flags signals white to a linear predictor — genuine noise, but also algorithmically complex streams such as Rule 30 whose order is nonlinear and therefore invisible here.

Open in Atlas
← Catch24Isochronicity →