2. Autoregressive and Moving Average Processes¶
2.1. Moving Average Processes¶
MA processes are characterized by a mean and lagged white noise. The first order moving average process is
2.2. Autoregressive Processes¶
AR processes model the dependent variable with weighted lagged terms and white noise. The first order autoregressive process looks like this
with \(u_t sim \mathcal{N}(0, \sigma^2)\).
The expression can be extended to infinite periods by recursively inserting values for \(x_{t-1}, x_{t-2}, \dots\):
If \(t_0 \to -\infty\) and \(|\alpha| < 1\), the process can be modeled as a constant plus additional white noise.
The equations can also be exressed with the lag operator
where \(\frac{1}{1 - \alpha L}\) can be expanded to geometric series
2.3. Moments¶
Properties for \(|\alpha| < 1\):
2.4. Link between stationarity and roots of the characteristic equation¶
https://stats.stackexchange.com/questions/183931/link-between-stationarity-of- ar2-and-stability-condition-of-corresponding-diff