Linear Processes and ARMA Models
00 · Symbol Glossary
with . The process is where is the backshift, . Square-summable weights give a well-defined WN-driven series.
. Causal ARMA requires the roots of to lie outside the unit circle.
. Invertibility: roots of outside the unit circle, so is a function of current and past .
. Polynomials in are the language of ARMA: .
01 · Wold’s Representation
Every weakly stationary, purely nondeterministic process is an infinite MA of its innovations. Purely nondeterministic means the one-step linear prediction error has positive variance — the process is not perfectly predictable from its infinite past using linear combinations of past values.
If is weakly stationary, mean , and purely nondeterministic, then
with the one-step linear prediction error (white noise). The are the impulse responses: in this linear world.
ARMA models are finite-parameter restrictions on : rational .
02 · MA, AR, and ARMA
is ARMA if it is weakly stationary and
with , , , and and having no common roots.
- MA: , so . Always weakly stationary (finite MA of WN).
- AR: , so . Stationarity is not free — it is a root condition.
The ARMA is causal (a convergent function of current and past ) iff every root of satisfies . Then has a power series in , and is well-defined and absolutely summable.
The ARMA is invertible iff every root of satisfies . Then depends on current and past only — required for residual diagnostics and for reading as an innovation.
Causality gives a past-shock representation for ; invertibility makes that shock recoverable from observed . Both are root conditions on and respectively, and both matter before you trust forecasts or residual tests.
has , root . Causality: , i.e. . Then , , .
If one can still write a future-dependent expansion in , which is useless for forecasting. If , the process is the unit-root / ARIMA case of Chapter 04, not a weakly stationary AR(1).
Software will often still compute OLS .
Why it breaks: is outside the causal AR(1) model. The sample may be a short stretch of a random walk or an explosive path.
Consequence: inspect roots of , not only -stats. If a root sits on the unit circle, switch to the ARIMA toolkit (Chapter 04), do not “keep the ARMA and ignore the root.”
03 · Identification: ACF and PACF Patterns
| Model | ACF | PACF |
|---|---|---|
| WN | for | for |
| MA | zero after lag | tails off |
| AR | tails off | zero after lag |
| ARMA | tails off | tails off |
“Tails off” means decay (geometric for AR(1); mixture of geometrics / damped sinusoids for higher order), not a hard cutoff.
These are population patterns. Sample plots are noisy; use them to propose a small set of , then compare with information criteria (Chapter 05).
04 · Yule–Walker for AR
For causal AR, for , with . In matrix form where and . Solving with gives the Yule–Walker estimator .
If and share a root, the ARMA is overparameterized — infinitely many pairs give the same . Cancel common roots before interpreting lag order.
05 · Exercises
.
Roots and , both outside the unit circle, so the AR(2) is causal (weakly stationary). Impulse responses decay as a mix of and .
Is a causal AR(2)? Factor and check roots.
MA(1) invertibility is . The pair and share the same when .
, . Replacing by and by yields the same . The invertible choice is the unique one with (or at the boundary). Always report the invertible MA.
Why does an MA(1) with and an MA(1) with (and a rescaled ) have the same autocovariance? Which one is invertible?
Match cutoff vs decay in both ACF and PACF.
ACF cutoff after lag 2, PACF decaying: MA(2) signature. Not AR(2), which would cut off in the PACF and decay in the ACF.
Population ACF is zero after lag 2; PACF decays. Which ARMA class is this the signature of?
06 · Chapter Summary
| Piece | Condition / meaning |
|---|---|
| Wold | stationary regular process |
| ARMA | rational |
| Causal | AR roots |
| Invertible | MA roots |
| AR PACF | cuts off after |
| MA ACF | cuts off after |
| Yule–Walker | from |
Next: Chapter 04 — Unit Roots, Differencing, and ARIMA, when an AR root sits on the unit circle instead of outside it.