fevd.varshrinkest {VARshrink} | R Documentation |
Forecast Error Variance Decomposition
Description
Computes the forecast error variance decomposition of a VAR(p) for n.ahead steps. This is a modification of vars::fevd() for the class "varshrinkest".
Usage
## S3 method for class 'varshrinkest'
fevd(x, n.ahead = 10, ...)
Arguments
x |
Object of class 'varshrinkest';
generated by |
n.ahead |
Integer specifying the steps. |
... |
Currently not used. |
See Also
[Package VARshrink version 0.3.1 Index]