Gather bond yields forecasts for all the model types
ForecastYields(
ModelType,
ModelPara,
InputsForOutputs,
FactorLabels,
Economies,
DataFrequency,
JLLinputs,
GVARinputs,
BRWinputs
)List containg the following elements
Out-of-sample forecasts of bond yields per forecast horizon
Out-of-sample forecast errors of bond yields per forecast horizon
Root mean square errors per forecast horizon
a string-vector containing the label of the model to be estimated
List of model parameter estimates (See the "Optimization" function)
list conataining the desired horizon of analysis for the IRFs, GIRFs, FEVDs, and GFEVDs
a string-list based which contains all the labels of all the variables present in the model
string-vector containing the names of the economies which are part of the economic system
text: "Daily All Days", "Daily Business Days", "Weekly", "Monthly", "Quarterly", "Annually"
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)
# See examples in the vignette file of this package (Section 4).
Run the code above in your browser using DataLab