GI {FAVAR} | R Documentation |
Generalized Impulse Response Function (GIRF)
Description
Compute GIRF of linear VAR by Koop et al. (1996)
Usage
GI(ma, sig_u, imp_var = 1, unit = "sd")
Arguments
ma |
a list, it's MA coefficients from |
sig_u |
a covariance matrix from VAR models. Note the order of variables in |
imp_var |
a numerical scalar which specifies the impulse variable. |
unit |
|
Value
a data frame, its row is variables and its column is horizons.
References
Koop, G., M.H. Pesaran and S. Potter, Impulse Response Analysis in Nonlinear Multivariate Models. Journal of Econometrics, 1996. 74: p. 119-147.
[Package FAVAR version 0.1.3 Index]