GFEVD | R Documentation |
Compute GFEVD of linear VAR by Pesaran and Shin (1998)
GFEVD(ma, sig_u, imp_var, res_var, cholesky = FALSE)
ma |
a list, it's MA coeffients from |
sig_u |
a cov matrix from VAR models. Note the order of variables in |
imp_var |
a numerical scalor which specifies the impulse variable. |
res_var |
a numerical scalor which specifies the imponse variable. |
cholesky |
logical value. Decomposition of prediction error variance obtained using Cholesky decomposition or not? |
a vector whose length are horizons.
# see ar2ma function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.