In time series, stationarity means dependence of previous observations “declines” over time, or formally, assumes the process’s statistical properties are time-invariant.

  • Strict Stationarity: The joint distribution of equals that of for all and . Implies constant mean and variance, and .
  • Weak (Second-Order) Stationarity: Requires constant mean and for all and . Used throughout the book unless specified otherwise.

For stationary processes, we denote , , with properties: , , , .

TODO Common solution to stationary data is to use differencing. Differencing works for these: ![|600](assets/Pasted image 20250602023740.png)

But not these: ![|600](assets/Pasted image 20250602023941.png)

See also

Examples

White Noise

Defined as , i.i.d. with , :

PropertyExpression
Mean
Autocovariance
Autocorrelation
StationarityStrict and weak

Random Cosine Wave

Defined as , where :

PropertyExpression
Mean
Autocovariance
Autocorrelation
StationarityWeak

Nonstationary Example: Random Walk

Variance and covariance (for ) depend on , not just , so not stationary. Differencing yields a stationary process (white noise).

See Random Walk