Moving-average model should not be confused with Moving average.
In time series analysis, the moving-average model (MA model), also known as moving-average process, is a common approach for modeling univariate time series.[1] [2] The moving-average model specifies that the output variable is cross-correlated with a non-identical to itself random-variable.
Together with the autoregressive (AR) model, the moving-average model is a special case and key component of the more general ARMA and ARIMA models of time series, which have a more complicated stochastic structure. Contrary to the AR model, the finite MA model is always stationary.
The moving-average model should not be confused with the moving average, a distinct concept despite some similarities.
The notation MA(q) refers to the moving average model of order q:
Xt=\mu+\varepsilont+\theta1\varepsilont-1+ … +\thetaq\varepsilont-q=\mu+
q | |
\sum | |
i=1 |
\thetai\varepsilont-i+\varepsilont,
where
\mu
\theta1,...,\thetaq
\varepsilont,\varepsilont-1,...,\varepsilont-q
Xt=\mu+(1+\theta1B+ … +\thetaq
q)\varepsilon | |
B | |
t. |
Thus, a moving-average model is conceptually a linear regression of the current value of the series against current and previous (observed) white noise error terms or random shocks. The random shocks at each point are assumed to be mutually independent and to come from the same distribution, typically a normal distribution, with location at zero and constant scale.
The moving-average model is essentially a finite impulse response filter applied to white noise, with some additional interpretation placed on it. The role of the random shocks in the MA model differs from their role in the autoregressive (AR) model in two ways. First, they are propagated to future values of the time series directly: for example,
\varepsilont-1
Xt
\varepsilont-1
Xt
Xt-1
Xt-1
Xt
\varepsilont-1
Xt
X
X
\varepsilont
Xt
Xt+1
Xt+2
Fitting a moving-average model is generally more complicated than fitting an autoregressive model.[4] This is because the lagged error terms are not observable. This means that iterative non-linear fitting procedures need to be used in place of linear least squares. Moving average models are linear combinations of past white noise terms, while autoregressive models are linear combinations of past time series values.[5] ARMA models are more complicated than pure AR and MA models, as they combine both autoregressive and moving average components.
The autocorrelation function (ACF) of an MA(q) process is zero at lag q + 1 and greater. Therefore, we determine the appropriate maximum lag for the estimation by examining the sample autocorrelation function to see where it becomes insignificantly different from zero for all lags beyond a certain lag, which is designated as the maximum lag q.
Sometimes the ACF and partial autocorrelation function (PACF) will suggest that an MA model would be a better model choice and sometimes both AR and MA terms should be used in the same model (see Box–Jenkins method).
Autoregressive Integrated Moving Average (ARIMA) models are an alternative to segmented regression that can also be used for fitting a moving-average model.[6]