TOPICS
Search

Autoregressive Model


An autoregressive model of order p, denoted AR(p), is a time series model in which the current value is a linear function of the preceding p values and an innovation,

 X_t=c+sum_(j=1)^pphi_jX_(t-j)+epsilon_t.
(1)

The innovations are commonly assumed to be uncorrelated, to have population mean zero, and to have constant variance. The associated autoregressive polynomial, also called the characteristic polynomial, is

 phi(z)=1-phi_1z-phi_2z^2-...-phi_pz^p.
(2)

The model has a solution that is both a causal time series and a stationary time series when every root of phi(z)=0 lies outside the unit circle. Causality means that X_t can then be expressed using only present and past innovations, rather than future innovations.

For the first-order AR(1) model

 X_t=c+phiX_(t-1)+epsilon_t,
(3)

the process is a stationary time series when |phi|<1. In that case, the population mean is c/(1-phi) and the autocorrelation at lag k is

 rho(k)=phi^(|k|).
(4)

Autoregressive models also arise in the maximum entropy method of spectral estimation.


See also

Augmented Dickey-Fuller Test, Innovation, Nonstationary Time Series, Stationary Time Series, Time Series Analysis, Unit Root, Vector Autoregressive Model

Explore with Wolfram|Alpha

References

Box, G. E. P.; Jenkins, G. M.; Reinsel, G. C.; and Ljung, G. M. Time Series Analysis: Forecasting and Control, 5th ed. Hoboken, NJ: Wiley, 2015.Hamilton, J. D. Time Series Analysis. Princeton, NJ: Princeton University Press, 1994.

Referenced on Wolfram|Alpha

Autoregressive Model

Cite this as:

Weisstein, Eric W. "Autoregressive Model." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/AutoregressiveModel.html

Subject classifications