In statistics, an autoregressive (AR) model is a modelled representation of a type of random process. It can be used to describe time-varying processes from many natural and artificial sources. The model specifies output variables that are dependent linearly on their own previous values on a stochastic basis. The model is in the form of a stochastic difference equation (or recurrence relation) which should not be confused with a differential equation. Together with the moving-average (MA) model, it is a special case and key component of the more general autoregressive–moving-average (ARMA) and autoregressive integrated moving average (ARIMA) models of time series, which have a more complicated stochastic structure; it is also a special case of the vector autoregressive model (VAR), which consists of a system of more than one interlocking stochastic difference equation in more than one evolving random variable. Another important extension is the time-varying autoregressive (TVAR) model, where the autoregressive coefficients are allowed to change over time to model evolving or non-stationary processes. TVAR models are widely applied in cases where the underlying dynamics of the system are not constant, such as in sensors time series modelling, climate science, economics and finance (as econometrics), signal processing, telecommunications, radar systems, and biological signals.

Unlike the moving-average (MA) model, the autoregressive model is not always stationary; non-stationarity can arise either due to the presence of a unit root or due to time-varying model parameters, as in time-varying autoregressive models.

Large language models are called autoregressive, but they are not a classical autoregressive model in this sense because they are not linear.

Definition

The notation <math>AR(p)</math> indicates an autoregressive model of order p. The AR(p) model is defined as

:<math> X_t = \sum_{i=1}^p \varphi_i X_{t-i} + \varepsilon_t</math>

where <math>\varphi_1, \ldots, \varphi_p</math> are the parameters of the model, and <math>\varepsilon_t</math> is white noise. This can be equivalently written using the backshift operator B as

:<math> X_t = \sum_{i=1}^p \varphi_i B^i X_t + \varepsilon_t </math>

so that, moving the summation term to the left side and using polynomial notation, we have

:<math>\varphi(B)X_t= \varepsilon_t</math>

An autoregressive model can thus be viewed as the output of an all-pole infinite impulse response filter whose input is white noise.

Some parameter constraints are necessary for the model to remain weak-sense stationary. For example, processes in the AR(1) model with <math>|\varphi_1 | \geq 1</math> are not stationary. More generally, for an AR(p) model to be weak-sense stationary, the roots of the polynomial <math>\Phi(z):=\textstyle 1 - \sum_{i=1}^p \varphi_i z^{i}</math> must lie outside the unit circle, i.e., each (complex) root <math>z_i</math> must satisfy <math>|z_i |>1</math> (see pages 89,92 ).

Intertemporal effect of shocks

In an AR process, a one-time shock affects values of the evolving variable infinitely far into the future. For example, consider the AR(1) model <math> X_t = \varphi_1 X_{t-1} + \varepsilon_t</math>. A non-zero value for <math>\varepsilon_t</math> at say time t=1 affects <math>X_1</math> by the amount <math>\varepsilon_1</math>. Then by the AR equation for <math>X_2</math> in terms of <math>X_1</math>, this affects <math>X_2</math> by the amount <math>\varphi_1 \varepsilon_1</math>. Then by the AR equation for <math>X_3</math> in terms of <math>X_2</math>, this affects <math>X_3</math> by the amount <math>\varphi_1^2 \varepsilon_1</math>. Continuing this process shows that the effect of <math>\varepsilon_1</math> never ends, although if the process is stationary then the effect diminishes toward zero in the limit.

Because each shock affects X values infinitely far into the future from when they occur, any given value X<sub>t</sub> is affected by shocks occurring infinitely far into the past. This can also be seen by rewriting the autoregression

:<math>\varphi (B)X_t= \varepsilon_t \,</math>

(where the constant term has been suppressed by assuming that the variable has been measured as deviations from its mean) as

:<math>X_t= \frac{1}{\varphi (B)}\varepsilon_t \, .</math>

When the polynomial division on the right side is carried out, the polynomial in the backshift operator applied to <math>\varepsilon_t</math> has an infinite order—that is, an infinite number of lagged values of <math>\varepsilon_t</math> appear on the right side of the equation.

Characteristic polynomial

The autocorrelation function of an AR(p) process can be expressed as

:<math>\rho(\tau) = \sum_{k=1}^p a_k y_k^{-|\tau|} ,</math>

where <math>y_k</math> are the roots of the polynomial

: <math>\varphi(B) = 1- \sum_{k=1}^p \varphi_k B^k </math>

where B is the backshift operator, where <math>\varphi(\cdot)</math> is the function defining the autoregression, and where <math>\varphi_k</math> are the coefficients in the autoregression. The formula is valid only if all the roots have multiplicity 1.

The autocorrelation function of an AR(p) process is a sum of decaying exponentials.

  • Each real root contributes a component to the autocorrelation function that decays exponentially.
  • Similarly, each pair of complex conjugate roots contributes an exponentially damped oscillation.

Graphs of AR(p) processes

thumb|right|alt="Figure has 5 plots of AR processes. AR(0) and AR(0.3) are white noise or look like white noise. AR(0.9) has some large scale oscillating structure."|AR(0); AR(1) with AR parameter 0.3; AR(1) with AR parameter 0.9; AR(2) with AR parameters 0.3 and 0.3; and AR(2) with AR parameters 0.9 and −0.8

The simplest AR process is AR(0), which has no dependence between the terms. Only the error/innovation/noise term contributes to the output of the process, so in the figure, AR(0) corresponds to white noise.

For an AR(1) process with a positive <math>\varphi</math>, only the previous term in the process and the noise term contribute to the output. If <math>\varphi</math> is close to 0, then the process still looks like white noise, but as <math>\varphi</math> approaches 1, the output gets a larger contribution from the previous term relative to the noise. This results in a "smoothing" or integration of the output, similar to a low pass filter.

For an AR(2) process, the previous two terms and the noise term contribute to the output. If both <math>\varphi_1</math> and <math>\varphi_2</math> are positive, the output will resemble a low pass filter, with the high frequency part of the noise decreased. If <math>\varphi_1</math> is positive while <math>\varphi_2</math> is negative, then the process favors changes in sign between terms of the process. The output oscillates. This can be linked to edge detection or detection of change in direction.

Example: An AR(1) process

An AR(1) process is given by:<math display="block">X_t = \varphi X_{t-1}+\varepsilon_t\,</math>where <math>\varepsilon_t</math> is a white noise process with zero mean and constant variance <math>\sigma_\varepsilon^2</math>.

(Note: The subscript on <math>\varphi_1</math> has been dropped.) The process is weak-sense stationary if <math>|\varphi|<1</math> since it is obtained as the output of a stable filter whose input is white noise. (If <math>\varphi=1</math> then the variance of <math>X_t</math> depends on time lag t, so that the variance of the series diverges to infinity as t goes to infinity, and is therefore not weak-sense stationary.) Assuming <math>|\varphi|<1</math>, the mean <math>\operatorname{E} (X_t)</math> is identical for all values of t by definition of weak sense stationarity. If the mean is denoted by <math>\mu</math>, it follows from<math display="block">\operatorname{E} (X_t)=\varphi\operatorname{E} (X_{t-1})+\operatorname{E}(\varepsilon_t),

</math>that<math display="block"> \mu=\varphi\mu+0,</math>and hence

:<math>\mu=0.</math>

The variance is

:<math>\textrm{var}(X_t)=\operatorname{E}(X_t^2)-\mu^2=\frac{\sigma_\varepsilon^2}{1-\varphi^2},</math>

where <math>\sigma_\varepsilon</math> is the standard deviation of <math>\varepsilon_t</math>. This can be shown by noting that

:<math>\textrm{var}(X_t) = \varphi^2\textrm{var}(X_{t-1}) + \sigma_\varepsilon^2,</math>

and then by noticing that the quantity above is a stable fixed point of this relation.

The autocovariance is given by

:<math>B_n=\operatorname{E}(X_{t+n}X_t)-\mu^2=\frac{\sigma_\varepsilon^2}{1-\varphi^2}\,\,\varphi^{|n|}.</math>

It can be seen that the autocovariance function decays with a decay time (also called time constant) of <math>\tau=1/(1-\varphi)</math>.

The spectral density function is the Fourier transform of the autocovariance function. In discrete terms this will be the discrete-time Fourier transform:

:<math>\Phi(\omega)=

\frac{1}{\sqrt{2\pi\,\sum_{n=-\infty}^\infty B_n e^{-i\omega n}

=\frac{1}{\sqrt{2\pi\,\left(\frac{\sigma_\varepsilon^2}{1+\varphi^2-2\varphi\cos(\omega)}\right).

</math>

This expression is periodic due to the discrete nature of the <math>X_j</math>, which is manifested as the cosine term in the denominator. If we assume that the sampling time (<math>\Delta t=1</math>) is much smaller than the decay time (<math>\tau</math>), then we can use a continuum approximation to <math>B_n</math>:

:<math>B(t)\approx \frac{\sigma_\varepsilon^2}{1-\varphi^2}\,\,\varphi^{|t|}</math>

which yields a Lorentzian profile for the spectral density:

:<math>\Phi(\omega)=

\frac{1}{\sqrt{2\pi\,\frac{\sigma_\varepsilon^2}{1-\varphi^2}\,\frac{\gamma}{\pi(\gamma^2+\omega^2)}</math>

where <math>\gamma=1/\tau</math> is the angular frequency associated with the decay time <math>\tau</math>.

An alternative expression for <math>X_t</math> can be derived by first substituting <math>\varphi X_{t-2}+\varepsilon_{t-1}</math> for <math>X_{t-1}</math> in the defining equation. Continuing this process N times yields

:<math>X_t=\varphi^NX_{t-N}+\sum_{k=0}^{N-1}\varphi^k\varepsilon_{t-k}.</math>

For N approaching infinity, <math>\varphi^N</math> will approach zero and:

:<math>X_t=\sum_{k=0}^\infty\varphi^k\varepsilon_{t-k}.</math>

It is seen that <math>X_t</math> is white noise convolved with the <math>\varphi^k</math> kernel plus the constant mean. If the white noise <math>\varepsilon_t</math> is a Gaussian process then <math>X_t</math> is also a Gaussian process. In other cases, the central limit theorem indicates that <math>X_t</math> will be approximately normally distributed when <math>\varphi</math> is close to one.

For <math>\varepsilon_t = 0</math>, the process <math>X_t = \varphi X_{t-1}</math> will be a geometric progression (exponential growth or decay). In this case, the solution can be found analytically: <math>X_t = a \varphi^t</math> whereby <math>a</math> is an unknown constant (initial condition).

Explicit mean/difference form of AR(1) process

The AR(1) model is the discrete-time analogy of the continuous Ornstein-Uhlenbeck process. It is therefore sometimes useful to understand the properties of the AR(1) model cast in an equivalent form. In this form, the AR(1) model, with process parameter <math>\theta \in \mathbb{R}</math>, is given by

:<math>X_{t+1} = X_t + (1-\theta)(\mu - X_t) + \varepsilon_{t+1}</math>, where <math>|\theta| < 1 \,</math>, <math>\mu := E(X)</math> is the model mean, and <math>\{\varepsilon_t \}</math> is a white-noise process with zero mean and constant variance <math>\sigma</math>.

By rewriting this as <math> X_{t+1} = \theta X_t + (1 - \theta)\mu + \varepsilon_{t+1} </math> and then deriving (by induction) <math>X_{t+n} = \theta^n X_t + (1 - \theta^n) \mu + \sum_{i = 1}^n \left(\theta^{n - i} \varepsilon_{t + i} \right)</math>, one can show that

:<math> \operatorname{E}(X_{t+n} \mid X_t) = \mu\left[1-\theta^n\right] + X_t\theta^n</math> and

:<math> \operatorname{Var} (X_{t+n} \mid X_t) = \sigma^2 \frac{ 1 - \theta^{2n} }{1 -\theta^2}. </math>

Choosing the maximum lag

The partial autocorrelation of an AR(p) process equals zero at lags larger than p, so the appropriate maximum lag p is the one after which the partial autocorrelations are all zero.

Calculation of the AR parameters

There are many ways to estimate the coefficients, such as the ordinary least squares procedure or method of moments (through Yule–Walker equations).

The AR(p) model is given by the equation

:<math> X_t = \sum_{i=1}^p \varphi_i X_{t-i}+ \varepsilon_t.\,</math>

It is based on parameters <math>\varphi_i</math> where i = 1, ..., p. There is a direct correspondence between these parameters and the covariance function of the process, and this correspondence can be inverted to determine the parameters from the autocorrelation function (which is itself obtained from the covariances). This is done using the Yule–Walker equations.

Yule–Walker equations

<!-- this heading is linked from other articles -->

The Yule–Walker equations, named for Udny Yule and Gilbert Walker, are the following set of equations.

:<math>\gamma_m = \sum_{k=1}^p \varphi_k \gamma_{m-k} + \sigma_\varepsilon^2\delta_{m,0},</math>

where , yielding equations. Here <math>\gamma_m</math> is the autocovariance function of X<sub>t</sub>, <math>\sigma_\varepsilon</math> is the standard deviation of the input noise process, and <math>\delta_{m,0}</math> is the Kronecker delta function.

Because the last part of an individual equation is non-zero only if , the set of equations can be solved by representing the equations for in matrix form, thus getting the equation

:<math>\begin{bmatrix}

\gamma_1 \\

\gamma_2 \\

\gamma_3 \\

\vdots \\

\gamma_p \\

\end{bmatrix}

=

\begin{bmatrix}

\gamma_0 & \gamma_{-1} & \gamma_{-2} & \cdots \\

\gamma_1 & \gamma_0 & \gamma_{-1} & \cdots \\

\gamma_2 & \gamma_1 & \gamma_0 & \cdots \\

\vdots & \vdots & \vdots & \ddots \\

\gamma_{p-1} & \gamma_{p-2} & \gamma_{p-3} & \cdots \\

\end{bmatrix}

\begin{bmatrix}

\varphi_1 \\

\varphi_2 \\

\varphi_3 \\

\vdots \\

\varphi_p \\

\end{bmatrix}

</math>

which can be solved for all <math>\{\varphi_m; m=1,2, \dots ,p\}.</math> The remaining equation for m = 0 is

:<math>\gamma_0 = \sum_{k=1}^p \varphi_k \gamma_{-k} + \sigma_\varepsilon^2 ,</math>

which, once <math>\{\varphi_m ; m=1,2, \dots ,p \}</math> are known, can be solved for <math>\sigma_\varepsilon^2 .</math>

An alternative formulation is in terms of the autocorrelation function. The AR parameters are determined by the first p+1 elements <math>\rho(\tau)</math> of the autocorrelation function. The full autocorrelation function can then be derived by recursively calculating

: <math>\rho(\tau) = \sum_{k=1}^p \varphi_k \rho(k-\tau)</math>

Examples for some Low-order AR(p) processes

  • p=1
  • <math>\gamma_1 = \varphi_1 \gamma_0</math>
  • Hence <math>\rho_1 = \gamma_1 / \gamma_0 = \varphi_1</math>
  • p=2
  • The Yule–Walker equations for an AR(2) process are
  • : <math>\gamma_1 = \varphi_1 \gamma_0 + \varphi_2 \gamma_{-1}</math>
  • : <math>\gamma_2 = \varphi_1 \gamma_1 + \varphi_2 \gamma_0</math>
  • Remember that <math>\gamma_{-k} = \gamma_k</math>
  • Using the first equation yields <math>\rho_1 = \gamma_1 / \gamma_0 = \frac{\varphi_1}{1-\varphi_2}</math>
  • Using the recursion formula yields <math>\rho_2 = \gamma_2 / \gamma_0 = \frac{\varphi_1^2 - \varphi_2^2 + \varphi_2}{1 - \varphi_2}</math>

Estimation of AR parameters

The above equations (the Yule–Walker equations) provide several routes to estimating the parameters of an AR(p) model, by replacing the theoretical covariances with estimated values. Some of these variants can be described as follows:

  • Estimation of autocovariances or autocorrelations. Here each of these terms is estimated separately, using conventional estimates. There are different ways of doing this and the choice between these affects the properties of the estimation scheme. For example, negative estimates of the variance can be produced by some choices.
  • Formulation as a least squares regression problem in which an ordinary least squares prediction problem is constructed, basing prediction of values of X<sub>t</sub> on the p previous values of the same series. This can be thought of as a forward-prediction scheme. The normal equations for this problem can be seen to correspond to an approximation of the matrix form of the Yule–Walker equations in which each appearance of an autocovariance of the same lag is replaced by a slightly different estimate.
  • Formulation as an extended form of ordinary least squares prediction problem. Here two sets of prediction equations are combined into a single estimation scheme and a single set of normal equations. One set is the set of forward-prediction equations and the other is a corresponding set of backward prediction equations, relating to the backward representation of the AR model:

::<math> X_t = \sum_{i=1}^p \varphi_i X_{t+i}+ \varepsilon^*_t \,.</math>

:Here predicted values of X<sub>t</sub> would be based on the p future values of the same series. This way of estimating the AR parameters is due to John Parker Burg, the astsa package includes sarima function to fit various models including AR.

  • MATLAB – the Econometrics Toolbox and System Identification Toolbox include AR models.
  • MATLAB and Octave – the TSA toolbox contains several estimation functions for uni-variate, multivariate, and adaptive AR models.
  • PyMC3 – the Bayesian statistics and probabilistic programming framework supports AR modes with p lags.
  • bayesloop – supports parameter inference and model selection for the AR-1 process with time-varying parameters.
  • Python – statsmodels.org hosts an AR model.

Impulse response

The impulse response of a system is the change in an evolving variable in response to a change in the value of a shock term k periods earlier, as a function of k. Since the AR model is a special case of the vector autoregressive model, the computation of the impulse response in vector autoregression#impulse response applies here.

n-step-ahead forecasting

Once the parameters of the autoregression

:<math> X_t = \sum_{i=1}^p \varphi_i X_{t-i}+ \varepsilon_t \,</math>

have been estimated, the autoregression can be used to forecast an arbitrary number of periods into the future. First use t to refer to the first period for which data is not yet available; substitute the known preceding values X<sub>t-i</sub> for i=1, ..., p into the autoregressive equation while setting the error term <math>\varepsilon_t</math> equal to zero (because we forecast X<sub>t</sub> to equal its expected value, and the expected value of the unobserved error term is zero). The output of the autoregressive equation is the forecast for the first unobserved period. Next, use t to refer to the next period for which data is not yet available; again the autoregressive equation is used to make the forecast, with one difference: the value of X one period prior to the one now being forecast is not known, so its expected value—the predicted value arising from the previous forecasting step—is used instead. Then for future periods the same procedure is used, each time using one more forecast value on the right side of the predictive equation until, after p predictions, all p right-side values are predicted values from preceding steps.

There are four sources of uncertainty regarding predictions obtained in this manner: (1) uncertainty as to whether the autoregressive model is the correct model; (2) uncertainty about the accuracy of the forecasted values that are used as lagged values in the right side of the autoregressive equation; (3) uncertainty about the true values of the autoregressive coefficients; and (4) uncertainty about the value of the error term <math>\varepsilon_t \,</math> for the period being predicted. Each of the last three can be quantified and combined to give a confidence interval for the n-step-ahead predictions; the confidence interval will become wider as n increases because of the use of an increasing number of estimated values for the right-side variables.

See also

  • Moving average model
  • Linear difference equation
  • Predictive analytics
  • Linear predictive coding
  • Resonance
  • Levinson recursion
  • Ornstein–Uhlenbeck process
  • Infinite impulse response
  • PagedAttention / vAttention — attention algorithms for efficient serving of large language models

Notes

References

  • AutoRegression Analysis (AR) by Paul Bourke
  • by Mark Thoma