ACF r_k PACF φ_kk ±1.96/√N bound
⚠ Couldn't load the 3D engineThree.js failed to load from the CDN. Check your connection and reload.

ACF/PACF Order Identification: Reading a Time Series' Autocorrelation Signature

Choosing an ARIMA(p,d,q) order isn't guesswork — it's reading two bar charts. This simulator generates a synthetic time series from a white-noise, AR(1), AR(2), MA(1), or non-stationary random-walk process, computes its autocorrelation function (ACF) and partial autocorrelation function (PACF) via the Durbin–Levinson recursion, and renders both as live 3D bar charts against the ±1.96/√N significance band. Drag the process coefficients to watch the classic Box-Jenkins signatures appear in real time — an AR process's PACF cutting off sharply while its ACF decays, an MA process doing the reverse, and a random walk's ACF refusing to decay until you flip on first-order differencing.