GVARinputs: List of inputs for GVAR model estimation:
Economies: A character vector containing the names of the economies included in the system.
GVARFactors: A list of all variables used in the estimation of the VARX model
(see e.g. CM_Factors_GVAR file for details);
VARXtype: A character vector with three possible options:
'unconstrained': model is estimated without constraints (each equation is estimated individually by ordinary least square);
'constrained: Spanned Factors': The model is estimated with the restriction that foreign pricing factors do NOT affect (i) domestic economic variables and (ii) domestic pricing factors.
(Equations are estimated using restricted least squares)
'constrained : [factor_name]': The model is estimated with the restriction that the specified risk factor is influenced only by its own lagged values and the lagged values of its corresponding star variables. (Equations are estimated using restricted least squares.)
Wgvar: The GVAR transition matrix (C x C) used in the model solution.
(See the output from the Transition_Matrix function.).
N: Integer. Number of country-specific spanned factors.
CheckInputs: A logical flag to indicate whether to perform a prior consistency check on the inputs provided in GVARinputs. The default is set to FALSE