10 Vector autoregression model

  • Vector autoregression (VAR) is a system of equations assuming that all variables are endogenously related (there is no exogenous variable)

  • It is a multivariate dynamic model with number of equations equal to the number of endogenous variables k

  • Reduced form of VAR(p) model is commonly used in applications, which means that all RHS variables are lagged with p time lags (t1, t2, , tp)

  • System of equations with two endogenous variables (k=2) and only one time lag p=1 is called bivariate VAR(1) model

yt=β1,0+β1,1yt1+β1,2xt1+u1,txt=β2,0+β2,1yt1+β2,2xt1+u2,t

  • Using matrix notation bivariate VAR(1) is

[ytxt]zt=[β1,0β2,0]a0+[β1,1β1,2β2,1β2,2]A1[yt1xt1]zt1+[u1,tu2,t]ut

  • For simplicity, a matrix equation is written as

zt=a0+A1zt1+ut         utWN(0, Σ)

  • In matrix equation (10.3) zt is a vector of two time-series, a0 is a two dimensional vector of constant terms, A1 is matrix of coefficients k×k with respect to two dimensional vector of lagged time-series zt1, ut is two dimensional vector of error terms, while Σ is error terms covariance matrix k×k

  • Note that every equation in the system (10.1) is a special case of ARDL(1,1) without contemporaneous or instantaneous terms (non-lagged time-series on the RHS are omitted)

  • To include contemporaneous terms, we would need to impose certain restrictions in the structure, such as using structural VAR (SVAR)

  • Main advantage of reduced VAR(p) model is OLS estimation for each equation separately

  • Number of estimated parameters in reduced VAR(p) model is k+pk2

  • Additionaly, k(k+1)/2 terms should be estimated in the covariance matrix Σ (e.g. two variances on the diagonal and one covariance off-diagonal)

  • It is assumed that error terms from both equations u1,t and u2,t are independent and follow white noise with zero mean and constant variances

  • This indicates that Σ is diagonal matrix (equal diagonal elements and off-diagonal elements are all zero)

  • Matrices A1 and Σ are most important in this type of multivariate time-series analysis

  • Matrix Σ can be estimated using residuals from both equations

ˆΣ=1T1[Tt=1ˆu21,t        Tt=1ˆu1,tˆu2,tTt=1ˆu1,tˆu2,t        Tt=1ˆu22,t]

  • Consistent and efficient OLS estimates require that all time-series are stationary

  • Stationarity of every time-series can be checked by Augmented Dickey Fuller test - ADF

  • Estimated parameters of VAR(1) model are not interpreted in a traditional way

  • Results of VAR(1) are interpreted in context of:

  1. Granger causality
  2. Impulse response function
  3. Cointegration