Autoregressive moving average model Guide, Meaning , Facts, Information and Description
In statistics, autoregressive moving average (ARMA) models are typically applied to time series data.Suppose we have at hand two time series, x1, x2, x3, ..., and y1, y2, y3, .... The series x is conventionally assumed to be unpredictable "shocks" which affect or modify y. We wish to predict yt. If the prediction model contains only x terms, the model is called a moving average (MA) model. If the prediction model contains only y terms, the model is called an autoregressive (AR) model. If the prediction model contains both x and y terms, the model is called an autoregressive moving average (ARMA) model.
| Table of contents |
|
2 Autoregressive model 3 Autoregressive moving average model 4 Generalizations 5 References |
The notation MA(q) means a moving average model with q terms. An MA(q) model can be written
Moving average model
for some coefficients θ1, ..., θq. A moving average model is essentially a finite impulse response filter with some additional interpretation placed on it.
The notation AR(p) means an autoregressive model with p terms. An AR(p) model can be written
Autoregressive model
for some coefficients φ1, ..., φp. An autoregressive model is essentially an infinite impulse response filter with some additional interpretation placed on it.
The notation ARMA(p, q) means a model with p autoregressive terms and q moving average terms. This model subsumes the AR and MA models,
The dependence of yt on past values of x or y is assumed to be linear unless specified otherwise. If the dependence is nonlinear, the model is specifically called a nonlinear moving average (NMA), nonlinear autoregressive (NAR), or nonlinear autoregressive moving average (NARMA) model.
Autoregressive moving average models can be generalized in other ways. See also autoregressive conditional heteroskedasticity (ARCH) models and autoregressive integrated moving average (ARIMA) models.Autoregressive moving average model
Generalizations
