Generate artificial time-series in the bootstrap setup
Gen_Artificial_Series(
ModelParaPE,
residPdynOriginal,
residYieOriginal,
ModelType,
BFull,
InputsForOutputs,
Economies,
FactorLabels,
GVARlist,
JLLlist,
WishBRW,
BRWlist,
nlag = 1
)
list of point estimates of the model parameter
Time-series of the residuals from the P-dynamics equation (T x F)
Time-series of the residuals from the observational equation (T x J or T x CJ)
Desired model to be estimated
matrix B of loadings (CJ x F or J x F)
list containing the desired inputs for the construction
string-vector containing the names of the economies which are part of the economic system
string-list based which contains the labels of all the variables present in the model
list of necessary inputs for the estimation of GVAR-based models
list of necessary inputs for the estimation of JLL-based models
Whether the user wishes to estimate the physical parameter model with the Bias correction model from BRW (2012) (see "Bias_Correc_VAR" function).
Default is set to 0.
list of necessary inputs for performing the bias-corrected estimation (see "Bias_Correc_VAR" function)
Number of lags in the P-dynamics. Default is set to 1.