NumOutputs: Construct the model numerical outputs (model fit, IRFs, GIRFs, FEVDs, GFEVDs, and risk premia decomposition)
Description
Construct the model numerical outputs (model fit, IRFs, GIRFs, FEVDs, GFEVDs, and risk premia decomposition)
Usage
NumOutputs(ModelType, ModelPara, InputsForOutputs, FactorLabels, Economies)
Value
List of the model numerical outputs, namely
Model fit of bond yields
IRFs
FEVDs
GIRFs
GFEVDs
Risk premia decomposition
Arguments
- ModelType
a string-vector containing the label of the model to be estimated
- ModelPara
List of model parameter estimates (See the "Optimization" function)
- InputsForOutputs
list conataining the desired horizon of analysis for the model fit, IRFs, GIRFs, FEVDs, GFEVDs
and risk premia decomposition
- FactorLabels
a string-list based which contains all the labels of all the variables present in the model
- Economies
a string-vector containing the names of the economies which are part of the economic system
Examples
Run this code# See examples in the vignette file of this package (Section 4).
Run the code above in your browser using DataLab