Wide-Sense Stationarity (WSS)
A process {Xt} is Wide-Sense Stationary (or covariance stationary) if it possesses a finite second moment (E[Xt2] < ∞) and satisfies two conditions:
- Constant Mean: E[Xt] = μ for all t.
- Time-Invariant Covariance: The autocovariance between any two observations depends solely on the lag τ:
Cov(Xt, Xt+τ) = γ(τ).
(This implies a constant variance, where Var(Xt) = γ(0)).
White Noise (WN)
A process {εt} is defined as white noise if it is a WSS process with E[εt] = 0, constant variance σ2, and Cov(εt, εt+τ) = 0 for all τ ≠ 0. If the variables are also independent and identically distributed (I.I.D.), it is termed "Independent White Noise."
LTI Systems and Discrete Convolution
A stationary time series is characterized as the output of a Linear Time-Invariant (LTI) system driven by a white noise input. In discrete time, the output yt is determined by the convolution sum of the input sequence εt and the system’s impulse response hk:
Linear Models: AR, MA, and ARMA
The Wold Decomposition Theorem provides the theoretical framework for these models, stating that any WSS process can be expressed as the sum of a deterministic component and a stochastic component (represented as an infinite moving average).
Autoregressive (AR) Model
An AR(p) model expresses the current value of a series as a linear combination of its p previous values plus a stochastic shock.
Yt = c + φ1Yt-1 + φ2Yt-2 + ... + φpYt-p + εt
- Stationarity Constraint: For an AR process to be stationary, the roots of the characteristic polynomial Φ(z) = 1 - φ1z - φ2z2 - ... - φpzp must lie outside the unit circle in the complex plane.
Moving Average (MA) Model
An MA(q) model represents the current value as a linear combination of the current and q previous white noise error terms.
Yt = μ + εt + θ1εt-1 + θ2εt-2 + ... + θqεt-q
- Invertibility Constraint: While finite MA models are inherently stationary, they must be invertible (roots of the MA polynomial Θ(z) = 1 + θ1z + ... + θqzq outside the unit circle) to ensure a unique AR(∞) representation.
Autoregressive Moving Average (ARMA) Model
The ARMA(p, q) model integrates both AR and MA components to provide a parsimonious representation of a stationary process.
Yt = c + ∑i=1p φiYt-i + εt + ∑j=1q θjεt-j
Summary Table
| Process Type | Always WSS? | Stationarity Condition |
|---|---|---|
| MA (Moving Average) | Yes | Always WSS as long as coefficients are finite. |
| AR (AutoRegressive) | Conditional | Roots of AR polynomial must lie outside the unit circle. |
| ARMA | Conditional | Determined strictly by the AR part stability. |
Applications
These models serve as the standard for forecasting and signal analysis in:
- Econometrics: Modeling asset returns, inflation, and GDP.
- Meteorology: Predicting climate patterns and temperature fluctuations.
- Signal Processing: System identification and noise filtering in discrete-time controllers.
- Operations Research: Demand and retail sales forecasting.
The robustness of these applications is derived from the convergence of linear system theory and the statistical properties of WSS processes.