AR(p) Deep Dive

Explore how autoregressive lag coefficients shape the correlation structure, stationarity region, and impulse response.

Stationary

Yes ✓

ACF(1)

Half-life (lags)

Var(y)

0.000

Simulated AR Series (first 300 obs)

Sample ACF vs Theoretical

Sample PACF (cuts off at order p)

AR(2) Stationarity Region — current (φ₁, φ₂) shown as marker

φ₁ (lag-1 coef)0.75
φ₂ (lag-2 coef)0.00
σ (noise)1.0
Observations600
Seed42
The PACF cuts off sharply at lag p for an AR(p) process — the key diagnostic for model order selection via Box–Jenkins.

Try the interactive model

Drag the sliders to see how parameters shape the simulation in real time.