errorBandsIRF {sparsevar} | R Documentation |
Error bands for IRF
Description
A function to estimate the confidence intervals for irf and oirf.
Usage
errorBandsIRF(v, irf, alpha, M, resampling, ...)
Arguments
v |
a var object as from fitVAR or simulateVAR |
irf |
irf output from impulseResponse function |
alpha |
level of confidence (default |
M |
number of bootstrapped series (default |
resampling |
type of resampling: |
... |
some options for the estimation: |
Value
a matrix containing the indices of the impulse response function that are 0.
[Package sparsevar version 0.1.0 Index]