| fevd | R Documentation |
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.
id.cvm, id.garch, id.dc, id.ngml, id.cv or id.st
v1 <- vars::VAR(USA, lag.max = 10, ic = "AIC" ) x1 <- id.dc(v1) x2 <- fevd(x1, n.ahead = 30) plot(x2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.