View source: R/estimation_tools.R
boot_irfs | R Documentation |
Obtain a bootstrap distribution of the IRFs
boot_irfs(
df,
nu,
degs = NULL,
maxit = 250,
conv_crit = 0.001,
verbose,
h,
nrep,
int_vars,
save_file = FALSE
)
df |
|
nu |
|
degs |
optional, vector of length 2, defining the orders of c(z) and d(z) |
maxit |
Maximum number of iterations in the estimation procedure, defaults to 250 |
conv_crit |
Convergence criterion in the estimation, defaults to 1e-3 |
verbose |
Should the estimation process be printed? |
h |
the IRF horizon |
nrep |
number of bootstrap draws |
int_vars |
|
save_file |
save the IRF array at the end? |
An array of dimension n x q h+1 x nrep
corresponding to the recursively identified
structural impulse-response function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.