10.2 Orthogonal IRF
The impulse response function (IRF) in VAR models is interpreted as the reaction of each endogenous variable to a unit shock caused by a change in one of the error terms u1,t or u2,t
In the case where the error terms u1,t are u2,t are correlated, an orthogonalization procedure is applied, i.e. non-diagonal matrix Σ is transformed into diagonal one by Cholesky decomposition
Cholesky decomposition transforms a non-diagonal matrix Σ into the product of a lower triangular matrix L with positive elements on the main diagonal, and its transpose LT
Σ=LLT
- When the lower triangular matrix L is found, its inverse is used to transform correlated error terms into uncorrelated ones
εt=L−1utΩ=L−1Σ(L−1)T
- Finally, the orthogonal impulse response function (OIRF) is formed, generating response matrices in every period
Period | Response |
---|---|
0 | 0 |
1 | L |
2 | A1L |
3 | A21L |
4 | A31L |
5 | A41L |
⋯ | ⋯ |
k | Ak−11L |