Forecast error variance decomposition for SVAR Models
Calculation of forecast error variance decomposition for an identified SVAR object 'svars' derived by function id.st( ), id.cvm( ),id.cv( ),id.dc( ) or id.ngml( ).
## S3 method for class 'svars' fevd(x, n.ahead = 10, ...)
x |
SVAR object of class "svars". |
n.ahead |
Integer specifying the steps. |
... |
Currently not used. |
A list with class attribute "svarfevd" holding the forecast error variance decompositions as data frames.
Kilian, L., Luetkepohl, H., 2017. Structural Vector Autoregressive Analysis, Cambridge University Press.
v1 <- vars::VAR(USA, lag.max = 10, ic = "AIC" ) x1 <- id.dc(v1) x2 <- fevd(x1, n.ahead = 30) plot(x2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.