| Optimization_PE | R Documentation |
Perform the minimization of ML function
Optimization_PE(
ML_fun,
ListInputSet,
FactorLabels,
Economies,
ModelType,
JLLinputs = NULL,
GVARinputs = NULL,
tol = 1e-04,
EstType,
TimeCount = TRUE,
verbose
)
ML_fun |
vector-valued objective ML function |
ListInputSet |
list containing :
|
FactorLabels |
list. Labels for all variables present in the model, as returned by |
Economies |
character vector. Names of the |
ModelType |
character. Model type to be estimated. Permissible choices: "JPS original", "JPS global", "GVAR single", "JPS multi", "GVAR multi", "JLL original", "JLL No DomUnit", "JLL joint Sigma". |
JLLinputs |
List. Inputs for JLL model estimation (see |
GVARinputs |
List. Inputs for GVAR model estimation (see |
tol |
convergence tolerance (scalar). Default value is 1e-4. |
EstType |
Available options are"BFGS" and/or "Nelder-Mead". |
TimeCount |
computes the required time for estimation of the model. Default is TRUE. |
verbose |
Logical flag controlling function messaging. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.