Generates the bootstrap-related outputs
Bootstrap(
ModelType,
ModelParaPE,
NumOutPE,
mat,
Economies,
InputsForOutputs,
FactorLabels,
DataFrequency,
vararginPE,
JLLinputs = NULL,
GVARinputs = NULL,
BRWinputs = NULL
)
list containing the following elements:
list of model parameters for one each one the draws;
list of numerical outputs (IRFs, GIRFs, FEVDs, GFEVDs) for each one of the draws;
Confidence bands for the chosen level of significance.
string-vector containing the label of the model to be estimated
point estimate from the model parameters (see the outputs of the "Optimization" function)
point estimate from the numerical outputs (see the outputs of the "NumOutputs" function)
vector of maturities (in years) used in the estimation
string-vector containing the names of the economies which are part of the economic system
list containing the desired inputs for the construction of IRFs, GIRFs, FEVDs, and GFEVDs.
string-list based which contains the labels of all the variables present in the model
character-based vector: "Daily All Days", "Daily Business Days", "Weekly", "Monthly", "Quarterly", "Annually"
list containg starting values and constraints (see arguments of the "Optimization" function)
list of necessary inputs for the estimation of JLL-based models (see "JLL" function)
list of necessary inputs for the estimation of GVAR-based models (see "GVAR" function)
list of necessary inputs for performing the bias-corrected estimation (see "Bias_Correc_VAR" function)
This function is a modified and extended version of the "VARirbound" function from "A toolbox for VAR analysis" by Ambrogio Cesa-Bianchi (https://github.com/ambropo/VAR-Toolbox)
# See examples in the vignette file of this package (Section 4).
Run the code above in your browser using DataLab