irf.mixvar | R Documentation |
compute impulse response function for mixtureVARs
## S3 method for class 'mixvar'
irf(x, impulse = NULL, response = NULL,
n.ahead = 10, ortho = TRUE, cumulative = FALSE, ci = 0.95,
seed = NULL, ...)
x |
an estimates mixturVAR model |
impulse |
the names of the impulse variables |
response |
the names of the response variables |
n.ahead |
the number of timesteps going ahead |
ortho |
TRUE/FALSE Should the residuals be orthogonalized |
cumulative |
TRUE/FALSE Should a cumulative irf be used |
ci |
nominal coverage rate of the interval |
seed |
starting seed |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.