ARMA Process and Wide-Sense Stationarity (WSS): A Comprehensive Guide ARMA Process and Wide-Sense Stationarity (WSS) Core Concept: An ARMA (AutoRegressive Moving Average) process is Wide-Sense Stationary (WSS) if and only if the system's autoregressive part is stable and the input is a stationary white noise process. 1. The ARMA(p, q) Model Equation A stochastic process {X t } follows an ARMA( p, q ) model if it satisfies the following linear difference equation: X t = φ 1 X t-1 + φ 2 X t-2 + ... + φ p X t-p + a t + θ 1 a t-1 + θ 2 a t-2 + ... + θ q a t-q Where: φ 1 , ..., φ p : Autoregressive (AR) parameters. θ 1 , ..., θ q : Moving Average (MA) parameters. a t : A white noise process (the innovation). ...