Learn Before
Theory

Structural Vector Autoregressive (VAR) Analysis

Let us consider a vector YtY_t of kk time series variables. For example, Yt=(xt,yt)Y_t = ( x_t , y_t )', in which case k=2k = 2. We assume that YtY_t follows a stochastic process that can be well approximated by a linear VAR process of the form:

Yt=μ+A1Yt1++ApYtp+ut(1)Y_t = \mu + A_1 Y_{t-1} + \dots + A_p Y_{t-p} + u_t \quad (1)

where μ\mu is a k×1k \times 1 vector of constants, AiA_i (i=1,,pi = 1, \dots, p) is a k×kk \times k matrix and utu_t is a k×1k \times 1 vector of white noise, whose elements are referred to as reduced-form residuals. Each element of utu_t is in turn assumed to be a linear combination of latent structural shocks, varepsilon_{1t}, dots, varepsilon_{kt}, which are the sources of variation of the system. A usual assumption is that varepsilon_{1t}, dots, varepsilon_{kt} are mutually independent, although orthogonality is sufficient in many applications. Thus we have:

u_t = B varepsilon_t quad (2)

where BB is a k×kk \times k invertible matrix (the impact or mixing matrix) and varepsilon_t = ( varepsilon_{1t}, dots, varepsilon_{kt} )' is a vector of independent shocks. Let WW be B1B^{-1}. Then we get the structural VAR form:

W Y_t = mu' + Gamma_1 Y_{t-1} + dots + Gamma_p Y_{t-p} + varepsilon_t quad (3)

where μ=Wμ\mu' = W \mu and Γi=WAi\Gamma_i = W A_i for i=1,,pi = 1, \dots, p.

The idea of VAR analysis is to follow a two-step procedure:

  • First, Eq. (1) is estimated through standard regression methods to obtain an estimate of the reduced-form residuals utu_t.
  • Second, the parameters of Eq. (3) can be recovered by analyzing the relationships among the elements of utu_t. Notice that, having estimated (1), knowing BB is sufficient for identifying (3).

0

1

Updated 2026-06-16

Tags

Data Science