Stationarity, ACF, and PACF
00 · Symbol Glossary
For a weakly stationary series, , independent of . Even function: . .
. Scale-free measure of linear dependence at lag . and .
The partial autocorrelation: correlation of and after linearly removing lags . The AR order diagnostic in Chapter 03.
with . The divisor (not ) is the usual convention; it keeps the sample covariance matrix positive semidefinite.
01 · Strict and Weak Stationarity
If the mechanism generating does not change date, then shifting the window should not change the joint law.
is strictly stationary if for every , every , and every lag ,
The joint distribution of any block depends only on the spacing of the dates, not on their location on the calendar.
is weakly stationary if , (constant), and depends only on .
Strict stationarity plus finite variance implies weak stationarity. The converse is false: weak stationarity constrains only first and second moments. Gaussian processes are the convenient exception — a Gaussian process is strictly stationary iff it is weakly stationary (finite-dimensional laws are determined by mean and covariance).
ACF, ARMA, and spectral densities are second-order objects. They require , not the whole law. GARCH (Chapter 06) can be strictly stationary while failing weak stationarity if is too large — a reminder that the two notions part company for nonlinear models.
A price chart that “goes up” is not evidence that returns are nonstationary.
Why it breaks: a random walk in has trending levels and (under constant volatility) stationary differences. Stationarity is a statement about the object you put into .
Consequence: difference or detrend first, then test the transformed series (Chapter 04), rather than declaring “the market is nonstationary” from a price plot.
02 · Autocovariance and Autocorrelation
For weakly stationary with ,
Properties: , , . The sequence is positive semidefinite: for all and all , . That is exactly .
Let with . Then , , and for . So and for : the ACF of an MA(1) cuts off after lag 1.
03 · Partial Autocorrelation
The ACF of an AR(1) decays geometrically, so many lags look “significant.” The PACF isolates the extra linear contribution of lag .
Let be the coefficients in the -th linear projection
chosen to minimize (population OLS on the stationary process). The PACF at lag is . Equivalently, where denotes residual after projecting on . In practice, is the last coefficient in the lag- Yule–Walker / OLS projection on .
For a causal AR, for all : the PACF cuts off after lag . That is the identification counterpart of the MA cutoff in the ACF (Chapter 03).
04 · Sample ACF and Bartlett Bands
with . Using rather than is deliberate: the Toeplitz matrix of stays positive semidefinite.
Under iid with finite fourth moment, for each fixed . The rule of thumb Bartlett band is a 95% interval for a white-noise null. It is not valid under dependence: if the true process is AR(1) with , the sampling variance of is larger, and “spikes” at large are not comparable to the iid bands.
Weak stationarity makes well-defined. Ergodicity makes in probability as . Mixing conditions (dependence dying out) are the usual sufficient story. Without something like that, a single path need not reveal .
With , twenty plotted lags, and a true WN series, several will wander outside the bands by chance (multiple testing).
Why it breaks: each band is a marginal 5% test. Twenty lags are twenty tests.
Consequence: use the bands as a screen, then confirm with a portmanteau test (Ljung–Box, Chapter 05) and with PACF/ACF patterns (cutoff vs decay), not isolated spikes.
05 · Exercises
Check mean and for .
depends on , so is not weakly stationary. The residual may be; the observed series is not. Detrend first: , then inspect ACF of residuals.
Let with . Is weakly stationary? What transformation would you apply before computing ?
For MA(1), . Maximize as a function of .
Let . Then at , and . So for every MA(1). A sample is incompatible with an invertible (or any) MA(1) as the population ACF — look at AR or ARMA instead.
Show that every MA(1) satisfies . Why does a sample ACF with argue against a pure MA(1)?
AR(1) , , has and PACF , for .
ACF: geometric decay for (here ). PACF: spike at lag 1 equal to , then zeros. That pair is the textbook AR(1) signature, complementary to the MA(1) signature (ACF cutoff, PACF decay).
For causal AR(1) with , write and describe the PACF pattern.
06 · Chapter Summary
| Object | Role |
|---|---|
| Strict stationarity | Joint laws shift-invariant |
| Weak stationarity | Constant mean, only |
| ACF | Linear dependence at lag |
| PACF | Extra linear dependence at lag |
| Sample bands | WN null, not a general significance law |
| MA(1) ACF | Cuts off after lag 1; |
| AR(1) ACF / PACF | Geometric decay / cutoff after lag 1 |
Next: Chapter 03 — Linear Processes and ARMA Models, which turn these patterns into parametric filters of white noise.