Epstein Files Full PDF

CLICK HERE
Technopedia Center
PMB University Brochure
Faculty of Engineering and Computer Science
S1 Informatics S1 Information Systems S1 Information Technology S1 Computer Engineering S1 Electrical Engineering S1 Civil Engineering

faculty of Economics and Business
S1 Management S1 Accountancy

Faculty of Letters and Educational Sciences
S1 English literature S1 English language education S1 Mathematics education S1 Sports Education
teknopedia

  • Registerasi
  • Brosur UTI
  • Kip Scholarship Information
  • Performance
Flag Counter
  1. World Encyclopedia
  2. Vector autoregression - Wikipedia
Vector autoregression - Wikipedia
From Wikipedia, the free encyclopedia
Statistical model to calculate the value of multiple quantities as they change over time
For other uses of "Var", see Var (disambiguation).
This article includes a list of general references, but it lacks sufficient corresponding inline citations. Please help to improve this article by introducing more precise citations. (February 2012) (Learn how and when to remove this message)

Vector autoregression (VAR) is a statistical model used to capture the relationship between multiple quantities as they change over time. VAR is a type of stochastic process model. VAR models generalize the single-variable (univariate) autoregressive model by allowing for multivariate time series. VAR models are often used in economics and the natural sciences.

Like the autoregressive model, each variable has an equation modelling its evolution over time. This equation includes the variable's lagged (past) values, the lagged values of the other variables in the model, and an error term. VAR models do not require as much knowledge about the forces influencing a variable as do structural models with simultaneous equations. The only prior knowledge required is a list of variables which can be hypothesized to affect each other over time.

Specification

[edit]
This section includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help improve this section by introducing more precise citations. (February 2012) (Learn how and when to remove this message)

Definition

[edit]

A VAR model describes the evolution of a set of k variables, called endogenous variables, over time. Each period of time is numbered, t = 1, ..., T. The variables are collected in a vector, yt, which is of length k. (Equivalently, this vector might be described as a (k × 1)-matrix.) The vector is modelled as a linear function of its previous value. The vector's components are referred to as yi,t, meaning the observation at time t of the i th variable. For example, if the first variable in the model measures the price of wheat over time, then y1,1998 would indicate the price of wheat in the year 1998.

VAR models are characterized by their order, which refers to the number of earlier time periods the model will use. Continuing the above example, a 5th-order VAR would model each year's wheat price as a linear combination of the last five years of wheat prices. A lag is the value of a variable in a previous time period. So in general a pth-order VAR refers to a VAR model which includes lags for the last p time periods. A pth-order VAR is denoted "VAR(p)" and sometimes called "a VAR with p lags". A pth-order VAR model is written as

y t = c + A 1 y t − 1 + A 2 y t − 2 + ⋯ + A p y t − p + e t , {\displaystyle y_{t}=c+A_{1}y_{t-1}+A_{2}y_{t-2}+\cdots +A_{p}y_{t-p}+e_{t},\,} {\displaystyle y_{t}=c+A_{1}y_{t-1}+A_{2}y_{t-2}+\cdots +A_{p}y_{t-p}+e_{t},\,}

The variables of the form yt−i indicate that variable's value i time periods earlier and are called the "ith lag" of yt. The variable c is a k-vector of constants serving as the intercept of the model. Ai is a time-invariant (k × k)-matrix and et is a k-vector of error terms. The error terms must satisfy three conditions:

  1. E ( e t ) = 0 {\displaystyle \mathrm {E} (e_{t})=0\,} {\displaystyle \mathrm {E} (e_{t})=0\,}. Every error term has a mean of zero.
  2. E ( e t e t ′ ) = Ω {\displaystyle \mathrm {E} (e_{t}e_{t}')=\Omega \,} {\displaystyle \mathrm {E} (e_{t}e_{t}')=\Omega \,}. The contemporaneous covariance matrix of error terms is a k × k positive-semidefinite matrix denoted Ω.
  3. E ( e t e t − k ′ ) = 0 {\displaystyle \mathrm {E} (e_{t}e_{t-k}')=0\,} {\displaystyle \mathrm {E} (e_{t}e_{t-k}')=0\,} for any non-zero k. There is no correlation across time. In particular, there is no serial correlation in individual error terms.[1]

The process of choosing the maximum lag p in the VAR model requires special attention because inference is dependent on correctness of the selected lag order.[2][3]

Order of integration of the variables

[edit]

Note that all variables have to be of the same order of integration. The following cases are distinct:

  • All the variables are I(0) (stationary): this is in the standard case, i.e. a VAR in level
  • All the variables are I(d) (non-stationary) with d > 0:[citation needed]
    • The variables are cointegrated: the error correction term has to be included in the VAR. The model becomes a Vector error correction model (VECM) which can be seen as a restricted VAR.
    • The variables are not cointegrated: first, the variables have to be differenced d times and one has a VAR in difference.

Concise matrix notation

[edit]

One can stack the vectors in order to write a VAR(p) as a stochastic matrix difference equation, with a concise matrix notation:

Y = B Z + U {\displaystyle Y=BZ+U\,} {\displaystyle Y=BZ+U\,}

Example

[edit]

A VAR(1) in two variables can be written in matrix form (more compact notation) as

[ y 1 , t y 2 , t ] = [ c 1 c 2 ] + [ a 1 , 1 a 1 , 2 a 2 , 1 a 2 , 2 ] [ y 1 , t − 1 y 2 , t − 1 ] + [ e 1 , t e 2 , t ] , {\displaystyle {\begin{bmatrix}y_{1,t}\\y_{2,t}\end{bmatrix}}={\begin{bmatrix}c_{1}\\c_{2}\end{bmatrix}}+{\begin{bmatrix}a_{1,1}&a_{1,2}\\a_{2,1}&a_{2,2}\end{bmatrix}}{\begin{bmatrix}y_{1,t-1}\\y_{2,t-1}\end{bmatrix}}+{\begin{bmatrix}e_{1,t}\\e_{2,t}\end{bmatrix}},} {\displaystyle {\begin{bmatrix}y_{1,t}\\y_{2,t}\end{bmatrix}}={\begin{bmatrix}c_{1}\\c_{2}\end{bmatrix}}+{\begin{bmatrix}a_{1,1}&a_{1,2}\\a_{2,1}&a_{2,2}\end{bmatrix}}{\begin{bmatrix}y_{1,t-1}\\y_{2,t-1}\end{bmatrix}}+{\begin{bmatrix}e_{1,t}\\e_{2,t}\end{bmatrix}},}

(in which only a single A matrix appears because this example has a maximum lag p equal to 1), or, equivalently, as the following system of two equations

y 1 , t = c 1 + a 1 , 1 y 1 , t − 1 + a 1 , 2 y 2 , t − 1 + e 1 , t {\displaystyle y_{1,t}=c_{1}+a_{1,1}y_{1,t-1}+a_{1,2}y_{2,t-1}+e_{1,t}\,} {\displaystyle y_{1,t}=c_{1}+a_{1,1}y_{1,t-1}+a_{1,2}y_{2,t-1}+e_{1,t}\,}
y 2 , t = c 2 + a 2 , 1 y 1 , t − 1 + a 2 , 2 y 2 , t − 1 + e 2 , t . {\displaystyle y_{2,t}=c_{2}+a_{2,1}y_{1,t-1}+a_{2,2}y_{2,t-1}+e_{2,t}.\,} {\displaystyle y_{2,t}=c_{2}+a_{2,1}y_{1,t-1}+a_{2,2}y_{2,t-1}+e_{2,t}.\,}

Each variable in the model has one equation. The current (time t) observation of each variable depends on its own lagged values as well as on the lagged values of each other variable in the VAR.

Writing VAR(p) as VAR(1)

[edit]

A VAR with p lags can always be equivalently rewritten as a VAR with only one lag by appropriately redefining the dependent variable. The transformation amounts to stacking the lags of the VAR(p) variable in the new VAR(1) dependent variable and appending identities to complete the precise number of equations.

For example, the VAR(2) model

y t = c + A 1 y t − 1 + A 2 y t − 2 + e t {\displaystyle y_{t}=c+A_{1}y_{t-1}+A_{2}y_{t-2}+e_{t}} {\displaystyle y_{t}=c+A_{1}y_{t-1}+A_{2}y_{t-2}+e_{t}}

can be recast as the VAR(1) model

[ y t y t − 1 ] = [ c 0 ] + [ A 1 A 2 I 0 ] [ y t − 1 y t − 2 ] + [ e t 0 ] , {\displaystyle {\begin{bmatrix}y_{t}\\y_{t-1}\end{bmatrix}}={\begin{bmatrix}c\\0\end{bmatrix}}+{\begin{bmatrix}A_{1}&A_{2}\\I&0\end{bmatrix}}{\begin{bmatrix}y_{t-1}\\y_{t-2}\end{bmatrix}}+{\begin{bmatrix}e_{t}\\0\end{bmatrix}},} {\displaystyle {\begin{bmatrix}y_{t}\\y_{t-1}\end{bmatrix}}={\begin{bmatrix}c\\0\end{bmatrix}}+{\begin{bmatrix}A_{1}&A_{2}\\I&0\end{bmatrix}}{\begin{bmatrix}y_{t-1}\\y_{t-2}\end{bmatrix}}+{\begin{bmatrix}e_{t}\\0\end{bmatrix}},}

where I is the identity matrix.

The equivalent VAR(1) form is more convenient for analytical derivations and allows more compact statements.

Structural vs. reduced form

[edit]

Structural VAR

[edit]

A structural VAR with p lags (sometimes abbreviated SVAR) is

B 0 y t = c 0 + B 1 y t − 1 + B 2 y t − 2 + ⋯ + B p y t − p + ϵ t , {\displaystyle B_{0}y_{t}=c_{0}+B_{1}y_{t-1}+B_{2}y_{t-2}+\cdots +B_{p}y_{t-p}+\epsilon _{t},} {\displaystyle B_{0}y_{t}=c_{0}+B_{1}y_{t-1}+B_{2}y_{t-2}+\cdots +B_{p}y_{t-p}+\epsilon _{t},}

where c0 is a k × 1 vector of constants, Bi is a k × k matrix (for every i = 0, ..., p) and εt is a k × 1 vector of error terms. The main diagonal terms of the B0 matrix (the coefficients on the ith variable in the ith equation) are scaled to 1.

The error terms εt (structural shocks) satisfy the conditions (1) - (3) in the definition above, with the particularity that all the elements in the off diagonal of the covariance matrix E ( ϵ t ϵ t ′ ) = Σ {\displaystyle \mathrm {E} (\epsilon _{t}\epsilon _{t}')=\Sigma } {\displaystyle \mathrm {E} (\epsilon _{t}\epsilon _{t}')=\Sigma } are zero. That is, the structural shocks are uncorrelated.

For example, a two variable structural VAR(1) is:

[ 1 B 0 ; 1 , 2 B 0 ; 2 , 1 1 ] [ y 1 , t y 2 , t ] = [ c 0 ; 1 c 0 ; 2 ] + [ B 1 ; 1 , 1 B 1 ; 1 , 2 B 1 ; 2 , 1 B 1 ; 2 , 2 ] [ y 1 , t − 1 y 2 , t − 1 ] + [ ϵ 1 , t ϵ 2 , t ] , {\displaystyle {\begin{bmatrix}1&B_{0;1,2}\\B_{0;2,1}&1\end{bmatrix}}{\begin{bmatrix}y_{1,t}\\y_{2,t}\end{bmatrix}}={\begin{bmatrix}c_{0;1}\\c_{0;2}\end{bmatrix}}+{\begin{bmatrix}B_{1;1,1}&B_{1;1,2}\\B_{1;2,1}&B_{1;2,2}\end{bmatrix}}{\begin{bmatrix}y_{1,t-1}\\y_{2,t-1}\end{bmatrix}}+{\begin{bmatrix}\epsilon _{1,t}\\\epsilon _{2,t}\end{bmatrix}},} {\displaystyle {\begin{bmatrix}1&B_{0;1,2}\\B_{0;2,1}&1\end{bmatrix}}{\begin{bmatrix}y_{1,t}\\y_{2,t}\end{bmatrix}}={\begin{bmatrix}c_{0;1}\\c_{0;2}\end{bmatrix}}+{\begin{bmatrix}B_{1;1,1}&B_{1;1,2}\\B_{1;2,1}&B_{1;2,2}\end{bmatrix}}{\begin{bmatrix}y_{1,t-1}\\y_{2,t-1}\end{bmatrix}}+{\begin{bmatrix}\epsilon _{1,t}\\\epsilon _{2,t}\end{bmatrix}},}

where

Σ = E ( ϵ t ϵ t ′ ) = [ σ 1 2 0 0 σ 2 2 ] ; {\displaystyle \Sigma =\mathrm {E} (\epsilon _{t}\epsilon _{t}')={\begin{bmatrix}\sigma _{1}^{2}&0\\0&\sigma _{2}^{2}\end{bmatrix}};} {\displaystyle \Sigma =\mathrm {E} (\epsilon _{t}\epsilon _{t}')={\begin{bmatrix}\sigma _{1}^{2}&0\\0&\sigma _{2}^{2}\end{bmatrix}};}

that is, the variances of the structural shocks are denoted v a r ( ϵ i ) = σ i 2 {\displaystyle \mathrm {var} (\epsilon _{i})=\sigma _{i}^{2}} {\displaystyle \mathrm {var} (\epsilon _{i})=\sigma _{i}^{2}} (i = 1, 2) and the covariance is c o v ( ϵ 1 , ϵ 2 ) = 0 {\displaystyle \mathrm {cov} (\epsilon _{1},\epsilon _{2})=0} {\displaystyle \mathrm {cov} (\epsilon _{1},\epsilon _{2})=0}.

Writing the first equation explicitly and passing y2,t to the right hand side one obtains

y 1 , t = c 0 ; 1 − B 0 ; 1 , 2 y 2 , t + B 1 ; 1 , 1 y 1 , t − 1 + B 1 ; 1 , 2 y 2 , t − 1 + ϵ 1 , t {\displaystyle y_{1,t}=c_{0;1}-B_{0;1,2}y_{2,t}+B_{1;1,1}y_{1,t-1}+B_{1;1,2}y_{2,t-1}+\epsilon _{1,t}\,} {\displaystyle y_{1,t}=c_{0;1}-B_{0;1,2}y_{2,t}+B_{1;1,1}y_{1,t-1}+B_{1;1,2}y_{2,t-1}+\epsilon _{1,t}\,}

Note that y2,t can have a contemporaneous effect on y1,t if B0;1,2 is not zero. This is different from the case when B0 is the identity matrix (all off-diagonal elements are zero — the case in the initial definition), when y2,t can impact directly y1,t+1 and subsequent future values, but not y1,t.

Because of the parameter identification problem, ordinary least squares estimation of the structural VAR would yield inconsistent parameter estimates. This problem can be overcome by rewriting the VAR in reduced form.

From an economic point of view, if the joint dynamics of a set of variables can be represented by a VAR model, then the structural form is a depiction of the underlying, "structural", economic relationships. Two features of the structural form make it the preferred candidate to represent the underlying relations:

1. Error terms are not correlated. The structural, economic shocks which drive the dynamics of the economic variables are assumed to be independent, which implies zero correlation between error terms as a desired property. This is helpful for separating out the effects of economically unrelated influences in the VAR. For instance, there is no reason why an oil price shock (as an example of a supply shock) should be related to a shift in consumers' preferences towards a style of clothing (as an example of a demand shock); therefore one would expect these factors to be statistically independent.
2. Variables can have a contemporaneous impact on other variables. This is a desirable feature especially when using low frequency data. For example, an indirect tax rate increase would not affect tax revenues the day the decision is announced, but one could find an effect in that quarter's data.

Reduced-form VAR

[edit]

By premultiplying the structural VAR with the inverse of B0

y t = B 0 − 1 c 0 + B 0 − 1 B 1 y t − 1 + B 0 − 1 B 2 y t − 2 + ⋯ + B 0 − 1 B p y t − p + B 0 − 1 ϵ t , {\displaystyle y_{t}=B_{0}^{-1}c_{0}+B_{0}^{-1}B_{1}y_{t-1}+B_{0}^{-1}B_{2}y_{t-2}+\cdots +B_{0}^{-1}B_{p}y_{t-p}+B_{0}^{-1}\epsilon _{t},} {\displaystyle y_{t}=B_{0}^{-1}c_{0}+B_{0}^{-1}B_{1}y_{t-1}+B_{0}^{-1}B_{2}y_{t-2}+\cdots +B_{0}^{-1}B_{p}y_{t-p}+B_{0}^{-1}\epsilon _{t},}

and denoting

B 0 − 1 c 0 = c , B 0 − 1 B i = A i  for  i = 1 , … , p  and  B 0 − 1 ϵ t = e t {\displaystyle B_{0}^{-1}c_{0}=c,\quad B_{0}^{-1}B_{i}=A_{i}{\text{ for }}i=1,\dots ,p{\text{ and }}B_{0}^{-1}\epsilon _{t}=e_{t}} {\displaystyle B_{0}^{-1}c_{0}=c,\quad B_{0}^{-1}B_{i}=A_{i}{\text{ for }}i=1,\dots ,p{\text{ and }}B_{0}^{-1}\epsilon _{t}=e_{t}}

one obtains the pth order reduced VAR

y t = c + A 1 y t − 1 + A 2 y t − 2 + ⋯ + A p y t − p + e t {\displaystyle y_{t}=c+A_{1}y_{t-1}+A_{2}y_{t-2}+\cdots +A_{p}y_{t-p}+e_{t}} {\displaystyle y_{t}=c+A_{1}y_{t-1}+A_{2}y_{t-2}+\cdots +A_{p}y_{t-p}+e_{t}}

Note that in the reduced form all right hand side variables are predetermined at time t. As there are no time t endogenous variables on the right hand side, no variable has a direct contemporaneous effect on other variables in the model.

However, the error terms in the reduced VAR are composites of the structural shocks et = B0−1εt. Thus, the occurrence of one structural shock εi,t can potentially lead to the occurrence of shocks in all error terms ej,t, thus creating contemporaneous movement in all endogenous variables. Consequently, the covariance matrix of the reduced VAR

Ω = E ( e t e t ′ ) = E ( B 0 − 1 ϵ t ϵ t ′ ( B 0 − 1 ) ′ ) = B 0 − 1 Σ ( B 0 − 1 ) ′ {\displaystyle \Omega =\mathrm {E} (e_{t}e_{t}')=\mathrm {E} (B_{0}^{-1}\epsilon _{t}\epsilon _{t}'(B_{0}^{-1})')=B_{0}^{-1}\Sigma (B_{0}^{-1})'\,} {\displaystyle \Omega =\mathrm {E} (e_{t}e_{t}')=\mathrm {E} (B_{0}^{-1}\epsilon _{t}\epsilon _{t}'(B_{0}^{-1})')=B_{0}^{-1}\Sigma (B_{0}^{-1})'\,}

can have non-zero off-diagonal elements, thus allowing non-zero correlation between error terms.

Estimation

[edit]

Estimation of the regression parameters

[edit]

Starting from the concise matrix notation:

Y = B Z + U {\displaystyle Y=BZ+U\,} {\displaystyle Y=BZ+U\,}
  • The multivariate least squares (MLS) approach for estimating B yields:
B ^ = Y Z ′ ( Z Z ′ ) − 1 . {\displaystyle {\hat {B}}=YZ'(ZZ')^{-1}.} {\displaystyle {\hat {B}}=YZ'(ZZ')^{-1}.}

This can be written alternatively as:

Vec ⁡ ( B ^ ) = ( ( Z Z ′ ) − 1 Z ⊗ I k )   Vec ⁡ ( Y ) , {\displaystyle \operatorname {Vec} ({\hat {B}})=((ZZ')^{-1}Z\otimes I_{k})\ \operatorname {Vec} (Y),} {\displaystyle \operatorname {Vec} ({\hat {B}})=((ZZ')^{-1}Z\otimes I_{k})\ \operatorname {Vec} (Y),}

where ⊗ {\displaystyle \otimes } {\displaystyle \otimes } denotes the Kronecker product and Vec the vectorization of the indicated matrix.

This estimator is consistent and asymptotically efficient. It is furthermore equal to the conditional maximum likelihood estimator.[4]

  • As the explanatory variables are the same in each equation, the multivariate least squares estimator is equivalent to the ordinary least squares estimator applied to each equation separately.[5]

Estimation of the covariance matrix of the errors

[edit]

As in the standard case, the maximum likelihood estimator (MLE) of the covariance matrix differs from the ordinary least squares (OLS) estimator.

MLE estimator:[citation needed] Σ ^ = 1 T ∑ t = 1 T ϵ ^ t ϵ ^ t ′ {\displaystyle {\hat {\Sigma }}={\frac {1}{T}}\sum _{t=1}^{T}{\hat {\epsilon }}_{t}{\hat {\epsilon }}_{t}'} {\displaystyle {\hat {\Sigma }}={\frac {1}{T}}\sum _{t=1}^{T}{\hat {\epsilon }}_{t}{\hat {\epsilon }}_{t}'}

OLS estimator:[citation needed] Σ ^ = 1 T − k p − 1 ∑ t = 1 T ϵ ^ t ϵ ^ t ′ {\displaystyle {\hat {\Sigma }}={\frac {1}{T-kp-1}}\sum _{t=1}^{T}{\hat {\epsilon }}_{t}{\hat {\epsilon }}_{t}'} {\displaystyle {\hat {\Sigma }}={\frac {1}{T-kp-1}}\sum _{t=1}^{T}{\hat {\epsilon }}_{t}{\hat {\epsilon }}_{t}'} for a model with a constant, k variables and p lags.

In a matrix notation, this gives:

Σ ^ = 1 T − k p − 1 ( Y − B ^ Z ) ( Y − B ^ Z ) ′ . {\displaystyle {\hat {\Sigma }}={\frac {1}{T-kp-1}}(Y-{\hat {B}}Z)(Y-{\hat {B}}Z)'.} {\displaystyle {\hat {\Sigma }}={\frac {1}{T-kp-1}}(Y-{\hat {B}}Z)(Y-{\hat {B}}Z)'.}

Estimation of the estimator's covariance matrix

[edit]

The covariance matrix of the parameters can be estimated as[citation needed]

Cov ^ ( Vec ( B ^ ) ) = ( Z Z ′ ) − 1 ⊗ Σ ^ . {\displaystyle {\widehat {\mbox{Cov}}}({\mbox{Vec}}({\hat {B}}))=({ZZ'})^{-1}\otimes {\hat {\Sigma }}.\,} {\displaystyle {\widehat {\mbox{Cov}}}({\mbox{Vec}}({\hat {B}}))=({ZZ'})^{-1}\otimes {\hat {\Sigma }}.\,}

Degrees of freedom

[edit]

Vector autoregression models often involve the estimation of many parameters. For example, with seven variables and four lags, each matrix of coefficients for a given lag length is 7 by 7, and the vector of constants has 7 elements, so a total of 49×4 + 7 = 203 parameters are estimated, substantially lowering the degrees of freedom of the regression (the number of data points minus the number of parameters to be estimated). This can hurt the accuracy of the parameter estimates and hence of the forecasts given by the model.

Interpretation of estimated model

[edit]

Impulse response

[edit]

Consider the first-order case (i.e., with only one lag), with equation of evolution

y t = A y t − 1 + e t , {\displaystyle y_{t}=Ay_{t-1}+e_{t},} {\displaystyle y_{t}=Ay_{t-1}+e_{t},}

for evolving (state) vector y {\displaystyle y} {\displaystyle y} and vector e {\displaystyle e} {\displaystyle e} of shocks. To find, say, the effect of the j-th element of the vector of shocks upon the i-th element of the state vector 2 periods later, which is a particular impulse response, first write the above equation of evolution one period lagged:

y t − 1 = A y t − 2 + e t − 1 . {\displaystyle y_{t-1}=Ay_{t-2}+e_{t-1}.} {\displaystyle y_{t-1}=Ay_{t-2}+e_{t-1}.}

Use this in the original equation of evolution to obtain

y t = A 2 y t − 2 + A e t − 1 + e t ; {\displaystyle y_{t}=A^{2}y_{t-2}+Ae_{t-1}+e_{t};} {\displaystyle y_{t}=A^{2}y_{t-2}+Ae_{t-1}+e_{t};}

then repeat using the twice lagged equation of evolution, to obtain

y t = A 3 y t − 3 + A 2 e t − 2 + A e t − 1 + e t . {\displaystyle y_{t}=A^{3}y_{t-3}+A^{2}e_{t-2}+Ae_{t-1}+e_{t}.} {\displaystyle y_{t}=A^{3}y_{t-3}+A^{2}e_{t-2}+Ae_{t-1}+e_{t}.}

From this, the effect of the j-th component of e t − 2 {\displaystyle e_{t-2}} {\displaystyle e_{t-2}} upon the i-th component of y t {\displaystyle y_{t}} {\displaystyle y_{t}} is the i, j element of the matrix A 2 . {\displaystyle A^{2}.} {\displaystyle A^{2}.}

It can be seen from this induction process that any shock will have an effect on the elements of y infinitely far forward in time, although the effect will become smaller and smaller over time assuming that the AR process is stable — that is, that all the eigenvalues of the matrix A are less than 1 in absolute value.

Forecasting using an estimated VAR model

[edit]
Main articles: Autoregressive model § n-step-ahead forecasting, and Autoregressive model § Evaluating the quality of forecasts

An estimated VAR model can be used for forecasting, and the quality of the forecasts can be judged, in ways that are completely analogous to the methods used in univariate autoregressive modelling.

Applications

[edit]

Christopher Sims has advocated VAR models, criticizing the claims and performance of earlier modeling in macroeconomic econometrics.[6] He recommended VAR models, which had previously appeared in time series statistics and in system identification, a statistical specialty in control theory. Sims advocated VAR models as providing a theory-free method to estimate economic relationships, thus being an alternative to the "incredible identification restrictions" in structural models.[6] VAR models are also increasingly used in health research for automatic analyses of diary data[7] or sensor data. Sio Iong Ao and R. E. Caraka found that the artificial neural network can improve its performance with the addition of the hybrid vector autoregression component.[8][9]

Software

[edit]
  • R: The package vars includes functions for VAR models.[10][11] Other R packages are listed in the CRAN Task View: Time Series Analysis.
  • Python: The statsmodels package's tsa (time series analysis) module supports VARs. PyFlux has support for VARs and Bayesian VARs.
  • SAS: VARMAX
  • Stata: "var"
  • EViews: "VAR"
  • Gretl: "var"
  • Matlab: "varm"
  • Regression analysis of time series: "SYSTEM"
  • LDT

See also

[edit]
  • Bayesian vector autoregression
  • Convergent cross mapping
  • Granger causality
  • Variance decomposition

Notes

[edit]
  1. ^ For multivariate tests for autocorrelation in the VAR models, see Hatemi-J, A. (2004). "Multivariate tests for autocorrelation in the stable and unstable VAR models". Economic Modelling. 21 (4): 661–683. doi:10.1016/j.econmod.2003.09.005.
  2. ^ Hacker, R. S.; Hatemi-J, A. (2008). "Optimal lag-length choice in stable and unstable VAR models under situations of homoscedasticity and ARCH". Journal of Applied Statistics. 35 (6): 601–615. Bibcode:2008JApSt..35..601S. doi:10.1080/02664760801920473.
  3. ^ Hatemi-J, A.; Hacker, R. S. (2009). "Can the LR test be helpful in choosing the optimal lag order in the VAR model when information criteria suggest different lag orders?". Applied Economics. 41 (9): 1489–1500. doi:10.1080/00036840601019273.
  4. ^ Hamilton, James D. (1994). Time Series Analysis. Princeton University Press. p. 293.
  5. ^ Zellner, Arnold (1962). "An Efficient Method of Estimating Seemingly Unrelated Regressions and Tests for Aggregation Bias". Journal of the American Statistical Association. 57 (298): 348–368. doi:10.1080/01621459.1962.10480664.
  6. ^ a b Sims, Christopher (1980). "Macroeconomics and Reality". Econometrica. 48 (1): 1–48. CiteSeerX 10.1.1.163.5425. doi:10.2307/1912017. JSTOR 1912017.
  7. ^ van der Krieke; et al. (2016). "Temporal Dynamics of Health and Well-Being: A Crowdsourcing Approach to Momentary Assessments and Automated Generation of Personalized Feedback (2016)" (PDF). Psychosomatic Medicine. 79 (2): 213–223. doi:10.1097/PSY.0000000000000378. PMID 27551988.
  8. ^ Sio Iong Ao (2003). "Analysis of the Interaction of Asian Pacific Indices and Forecasting Opening Prices by Hybrid VAR and Neural Network Procedures (2003)". International Conf. On Computational Intelligence for Modelling, Control and Automation 2003.
  9. ^ Caraka, R.E.; et al. (2021). "Hybrid vector autoregression feedforward neural network with genetic algorithm model for forecasting space-time pollution data (2021)". Indonesian Journal of Science and Technology: 243–266. doi:10.17509/ijost.v6i1.32732.
  10. ^ "Bernhard Pfaff VAR, SVAR and SVEC Models: Implementation Within R Package vars" (PDF). Archived from the original (PDF) on 2016-08-18. Retrieved 2016-07-19.
  11. ^ Hyndman, Rob J; Athanasopoulos, George (2018). "11.2: Vector Autoregressions". Forecasting: Principles and Practice. OTexts. pp. 333–335. ISBN 978-0-9875071-1-2.

Further reading

[edit]
  • Asteriou, Dimitrios; Hall, Stephen G. (2011). "Vector Autoregressive (VAR) Models and Causality Tests". Applied Econometrics (Second ed.). London: Palgrave MacMillan. pp. 319–333.
  • Enders, Walter (2010). Applied Econometric Time Series (Third ed.). New York: John Wiley & Sons. pp. 272–355. ISBN 978-0-470-50539-7.
  • Favero, Carlo A. (2001). Applied Macroeconometrics. New York: Oxford University Press. pp. 162–213. ISBN 0-19-829685-1.
  • Lütkepohl, Helmut (2005). New Introduction to Multiple Time Series Analysis. Berlin: Springer. ISBN 3-540-40172-5.
  • Qin, Duo (2011). "Rise of VAR Modelling Approach". Journal of Economic Surveys. 25 (1): 156–174. doi:10.1111/j.1467-6419.2010.00637.x.
  • v
  • t
  • e
Statistics
  • Outline
  • Index
Descriptive statistics
Continuous data
Center
  • Mean
    • Arithmetic
    • Arithmetic-Geometric
    • Contraharmonic
    • Cubic
    • Generalized/power
    • Geometric
    • Harmonic
    • Heronian
    • Heinz
    • Lehmer
  • Median
  • Mode
Dispersion
  • Average absolute deviation
  • Coefficient of variation
  • Interquartile range
  • Percentile
  • Range
  • Standard deviation
  • Variance
Shape
  • Central limit theorem
  • Moments
    • Kurtosis
    • L-moments
    • Skewness
Count data
  • Index of dispersion
Summary tables
  • Contingency table
  • Frequency distribution
  • Grouped data
Dependence
  • Partial correlation
  • Pearson product-moment correlation
  • Rank correlation
    • Kendall's τ
    • Spearman's ρ
  • Scatter plot
Graphics
  • Bar chart
  • Biplot
  • Box plot
  • Control chart
  • Correlogram
  • Fan chart
  • Forest plot
  • Histogram
  • Pie chart
  • Q–Q plot
  • Radar chart
  • Run chart
  • Scatter plot
  • Stem-and-leaf display
  • Violin plot
Data collection
Study design
  • Effect size
  • Missing data
  • Optimal design
  • Population
  • Replication
  • Sample size determination
  • Statistic
  • Statistical power
Survey methodology
  • Sampling
    • Cluster
    • Stratified
  • Opinion poll
  • Questionnaire
  • Standard error
Controlled experiments
  • Blocking
  • Factorial experiment
  • Interaction
  • Random assignment
  • Randomized controlled trial
  • Randomized experiment
  • Scientific control
Adaptive designs
  • Adaptive clinical trial
  • Stochastic approximation
  • Up-and-down designs
Observational studies
  • Cohort study
  • Cross-sectional study
  • Natural experiment
  • Quasi-experiment
Statistical inference
Statistical theory
  • Population
  • Statistic
  • Probability distribution
  • Sampling distribution
    • Order statistic
  • Empirical distribution
    • Density estimation
  • Statistical model
    • Model specification
    • Lp space
  • Parameter
    • location
    • scale
    • shape
  • Parametric family
    • Likelihood (monotone)
    • Location–scale family
    • Exponential family
  • Completeness
  • Sufficiency
  • Statistical functional
    • Bootstrap
    • U
    • V
  • Optimal decision
    • loss function
  • Efficiency
  • Statistical distance
    • divergence
  • Asymptotics
  • Robustness
Frequentist inference
Point estimation
  • Estimating equations
    • Maximum likelihood
    • Method of moments
    • M-estimator
    • Minimum distance
  • Unbiased estimators
    • Mean-unbiased minimum-variance
      • Rao–Blackwellization
      • Lehmann–Scheffé theorem
    • Median unbiased
  • Plug-in
Interval estimation
  • Confidence interval
  • Pivot
  • Likelihood interval
  • Prediction interval
  • Tolerance interval
  • Resampling
    • Bootstrap
    • Jackknife
Testing hypotheses
  • 1- & 2-tails
  • Power
    • Uniformly most powerful test
  • Permutation test
    • Randomization test
  • Multiple comparisons
Parametric tests
  • Likelihood-ratio
  • Score/Lagrange multiplier
  • Wald
Specific tests
  • Z-test (normal)
  • Student's t-test
  • F-test
Goodness of fit
  • Chi-squared
  • G-test
  • Kolmogorov–Smirnov
  • Anderson–Darling
  • Lilliefors
  • Jarque–Bera
  • Normality (Shapiro–Wilk)
  • Likelihood-ratio test
  • Model selection
    • Cross validation
    • AIC
    • BIC
Rank statistics
  • Sign
    • Sample median
  • Signed rank (Wilcoxon)
    • Hodges–Lehmann estimator
  • Rank sum (Mann–Whitney)
  • Nonparametric anova
    • 1-way (Kruskal–Wallis)
    • 2-way (Friedman)
    • Ordered alternative (Jonckheere–Terpstra)
  • Van der Waerden test
Bayesian inference
  • Bayesian probability
    • prior
    • posterior
  • Credible interval
  • Bayes factor
  • Bayesian estimator
    • Maximum posterior estimator
  • Correlation
  • Regression analysis
Correlation
  • Pearson product-moment
  • Partial correlation
  • Confounding variable
  • Coefficient of determination
Regression analysis
  • Errors and residuals
  • Regression validation
  • Mixed effects models
  • Simultaneous equations models
  • Multivariate adaptive regression splines (MARS)
  • Template:Least squares and regression analysis
Linear regression
  • Simple linear regression
  • Ordinary least squares
  • General linear model
  • Bayesian regression
Non-standard predictors
  • Nonlinear regression
  • Nonparametric
  • Semiparametric
  • Isotonic
  • Robust
  • Homoscedasticity and Heteroscedasticity
Generalized linear model
  • Exponential families
  • Logistic (Bernoulli) / Binomial / Poisson regressions
Partition of variance
  • Analysis of variance (ANOVA, anova)
  • Analysis of covariance
  • Multivariate ANOVA
  • Degrees of freedom
Categorical / multivariate / time-series / survival analysis
Categorical
  • Cohen's kappa
  • Contingency table
  • Graphical model
  • Log-linear model
  • McNemar's test
  • Cochran–Mantel–Haenszel statistics
Multivariate
  • Regression
  • Manova
  • Principal components
  • Canonical correlation
  • Discriminant analysis
  • Cluster analysis
  • Classification
  • Structural equation model
    • Factor analysis
  • Multivariate distributions
    • Elliptical distributions
      • Normal
Time-series
General
  • Decomposition
  • Trend
  • Stationarity
  • Seasonal adjustment
  • Exponential smoothing
  • Cointegration
  • Structural break
  • Granger causality
Specific tests
  • Dickey–Fuller
  • Johansen
  • Q-statistic (Ljung–Box)
  • Durbin–Watson
  • Breusch–Godfrey
Time domain
  • Autocorrelation (ACF)
    • partial (PACF)
  • Cross-correlation (XCF)
  • ARMA model
  • ARIMA model (Box–Jenkins)
  • Autoregressive conditional heteroskedasticity (ARCH)
  • Vector autoregression (VAR) (Autoregressive model (AR))
Frequency domain
  • Spectral density estimation
  • Fourier analysis
  • Least-squares spectral analysis
  • Wavelet
  • Whittle likelihood
Survival
Survival function
  • Kaplan–Meier estimator (product limit)
  • Proportional hazards models
  • Accelerated failure time (AFT) model
  • First hitting time
Hazard function
  • Nelson–Aalen estimator
Test
  • Log-rank test
Applications
Biostatistics
  • Bioinformatics
  • Clinical trials / studies
  • Epidemiology
  • Medical statistics
Engineering statistics
  • Chemometrics
  • Methods engineering
  • Probabilistic design
  • Process / quality control
  • Reliability
  • System identification
Social statistics
  • Actuarial science
  • Census
  • Crime statistics
  • Demography
  • Econometrics
  • Jurimetrics
  • National accounts
  • Official statistics
  • Population statistics
  • Psychometrics
Spatial statistics
  • Cartography
  • Environmental statistics
  • Geographic information system
  • Geostatistics
  • Kriging
  • Category
  • icon Mathematics portal
  • Commons
  • WikiProject
  • v
  • t
  • e
Economics
Theoretical
  • Microeconomics
    • Decision theory
    • Price theory
    • Game theory
    • Contract theory
    • Mechanism design
  • Macroeconomics
  • Mathematical economics
  • Complexity economics
  • Computational economics
    • Agent-based computational economics
  • Behavioral economics
  • Pluralism in economics
Empirical
  • Econometrics
    • Economic statistics
  • Experimental economics
  • Economic history
Applied
  • Agriculture
  • Business
  • Cultural
  • Demographic
  • Development
  • Ecological
  • Education
  • Engineering
  • Environmental
  • Evolutionary
  • Financial
  • Geographic
  • Happiness
  • Health
  • History
  • Information
  • Infrastructure
  • Institutions
  • Labour
  • Law
  • Management
  • Non-monetary
  • Organization
  • Participation
  • Personnel
  • Planning
  • Policy
  • Public sector
  • Public choice
  • Social choice
  • Regional
  • Regulatory
  • Resources
  • Rural
  • Service
  • Transport
  • Urban
  • Welfare
Schools
(history)
  • Attention
  • Mainstream
  • Heterodox
  • American (National)
  • Ancient thought
  • Austrian
  • Behavioral
  • Buddhist
  • Chartalism
    • Modern monetary theory
  • Chicago
  • Classical
  • Critique of political economy
  • Democratic
  • Disequilibrium
  • Ecological
  • Evolutionary
  • Feminist
  • Freiwirtschaft
  • Georgism
  • Happiness
  • Historical
  • Humanistic
  • Institutional
  • Keynesian
    • Neo- (neoclassical–Keynesian synthesis)
    • New
    • Post-
      • Circuitism
  • Malthusianism
  • Marginalism
  • Marxian
    • Neo-
  • Mercantilism
  • Mixed
  • Mutualism
  • Neoclassical
    • Lausanne
  • New classical
    • Real business-cycle theory
  • New institutional
  • Physiocracy
  • Socialist
  • Stockholm
  • Supply-side
  • Thermo
Economists
  • de Mandeville
  • Quesnay
  • Smith
  • Malthus
  • Say
  • Ricardo
  • von Thünen
  • List
  • Bastiat
  • Cournot
  • Mill
  • Gossen
  • Marx
  • Walras
  • Jevons
  • George
  • Menger
  • Marshall
  • Edgeworth
  • Clark
  • Pareto
  • von Böhm-Bawerk
  • von Wieser
  • Veblen
  • Gesell
  • Fisher
  • Pigou
  • Heckscher
  • von Mises
  • Schumpeter
  • Keynes
  • Knight
  • Polanyi
  • Frisch
  • Sraffa
  • Myrdal
  • Hayek
  • Kalecki
  • Röpke
  • Kuznets
  • Tinbergen
  • Robinson
  • von Neumann
  • Hicks
  • Lange
  • Leontief
  • Galbraith
  • Koopmans
  • Schumacher
  • Friedman
  • Samuelson
  • Simon
  • Buchanan
  • Arrow
  • Baumol
  • Solow
  • Rothbard
  • Greenspan
  • Sowell
  • Becker
  • Ostrom
  • Sen
  • Lucas
  • Stiglitz
  • Thaler
  • Hoppe
  • Krugman
  • Piketty
  • more
Lists
  • Glossary
  • Economists
  • Publications (journals)
  • Schools
  • Category
  • Index
  • Lists
  • Outline
  • Publications
  • Business portal
Retrieved from "https://teknopedia.ac.id/w/index.php?title=Vector_autoregression&oldid=1327848691"
Categories:
  • Time series models
  • Multivariate time series
Hidden categories:
  • Articles with short description
  • Short description is different from Wikidata
  • Articles lacking in-text citations from February 2012
  • All articles lacking in-text citations
  • All articles with unsourced statements
  • Articles with unsourced statements from April 2010
  • Articles with unsourced statements from February 2012
  • Articles with excerpts

  • indonesia
  • Polski
  • العربية
  • Deutsch
  • English
  • Español
  • Français
  • Italiano
  • مصرى
  • Nederlands
  • 日本語
  • Português
  • Sinugboanong Binisaya
  • Svenska
  • Українська
  • Tiếng Việt
  • Winaray
  • 中文
  • Русский
Sunting pranala
url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url url
Pusat Layanan

UNIVERSITAS TEKNOKRAT INDONESIA | ASEAN's Best Private University
Jl. ZA. Pagar Alam No.9 -11, Labuhan Ratu, Kec. Kedaton, Kota Bandar Lampung, Lampung 35132
Phone: (0721) 702022
Email: pmb@teknokrat.ac.id