Create the variable labels used in the estimation
ParaLabelsOpt(ModelType, WishStationarityQ, MLEinputs, BS_outputs = FALSE)
ModelType
: a string-vector containing the label of the model to be estimatedWishStationarityQ
: User must set "1" is she wishes to impose the largest eigenvalue under the Q to be strictly smaller than 1. Otherwise set "0"MLEinputs
: Set of inputs that are necessary to the log-likelihood functionBS_outputs
: Generates simplified output list in the bootstrap setting. Default is set to FALSE.list containing starting values and constraints: for each input argument K (of f), we need four inputs that look like:
a starting value: K0
a variable label ('K0') followed by a ':' followed by a type of constraint. The constraint can be:
a lower bound lb (lb <- NULL -> no lower bound)
an upper bound ub (ub <- NULL -> no upper bound)
Specification of the optimization settings:
Useful links