White Noise

Every model in this course is, at bottom, a recipe for turning something unpredictable into something structured. That unpredictable raw material has a name: white noise. It is the irreducible randomness left over once all the predictable memory has been squeezed out — the atom of the whole subject. A good model does not remove the noise (that is impossible); it explains everything except the noise, and leaves behind residuals that look exactly like it.

So white noise plays two roles at once. It is the building block from which we construct models — every AR and MA process is white noise filtered through some memory — and it is the target we check for when we validate them. Learn its precise definition and you have the yardstick against which every fitted model is measured.

The definition

A process \{\varepsilon_t\} is white noise if it is a sequence of uncorrelated, zero-mean, constant-variance shocks — nothing more.

These three conditions make white noise automatically weakly stationary: the mean and variance are constant, and the autocovariance depends on lag alone. Its autocorrelation function is the simplest possible — a single spike and then flat zero:

\rho(h) = \begin{cases} 1 & h = 0 \\ 0 & h \neq 0. \end{cases}

What it looks like

A white-noise series has no texture: no trend, no waves, no clustering — each value is unrelated to its neighbours, so the plot is a structureless flicker around zero. Its correlogram is the giveaway: one spike at lag 0 (a series is always perfectly correlated with itself) and everything else buried inside the bands.

That flat ACF is exactly the "nothing left to model" signature you hunt for in a correlogram of residuals — if the residuals look like the top figure and their ACF looks like the bottom one, your model has captured all the structure there was to capture.

Three flavours, in increasing strength

"White noise" is a family, and the differences matter enormously once we reach non-linear models. From weakest to strongest:

The chain is Gaussian \Rightarrow iid \Rightarrow weak, and none of the arrows reverse in general. Classical linear ARMA theory needs only the weakest version; the finance models at the end of the course exploit precisely the gap between "uncorrelated" and "independent."

Worked example: a filter of white noise is not white noise

To feel why white noise is a building block, build something with it. Let \varepsilon_t be white noise and form X_t = \varepsilon_t + 0.8\,\varepsilon_{t-1}. Then:

So X_t is not white noise: it has memory of one step, with \rho_X(1) = 0.8 / 1.64 \approx 0.49. We took the memoryless atom and, by mixing adjacent copies, manufactured dependence. That is the entire idea behind moving-average and autoregressive models: structure is white noise passed through memory.

This is the single most consequential subtlety about white noise. "No autocorrelation" only says the linear relationship between \varepsilon_t and \varepsilon_{t+h} is zero. It does not forbid a non-linear one. A daily stock return is close to weak white noise — you cannot predict tomorrow's return from the sign or size of today's — yet its squared values are strongly autocorrelated: violent days cluster together (a calm week, then a stormy week). The returns are uncorrelated but emphatically not independent; their variance is predictable even when their level is not. This gap is invisible to the ordinary ACF and is the entire reason GARCH models exist. Only for Gaussian white noise are uncorrelated and independent the same thing — outside that special case, never conflate them.

The name is borrowed from optics. White light is an even mixture of all visible frequencies at equal intensity — no colour dominates. White noise is the temporal analogue: because it has no memory, every frequency contributes equally to its spectral density, which is perfectly flat. There is no preferred rhythm, no favoured cycle — the energy is spread uniformly across the spectrum, just as white light spreads evenly across colours. A process that did favour some frequency (a slow AR swing, say) would have a spectrum peaked there and, by analogy, a "colour." So the flat ACF and the flat spectrum are two views of the same emptiness — and the word "white" captures both at once.