main_crit: main function for criterion to optimize

View source: R/main_crit.R

main_critR Documentation

main function for criterion to optimize

Description

main function for criterion to optimize

Usage

main_crit(param_values, crit_options)

Arguments

param_values

Value(s) of the parameters

crit_options

A list containing the following elements: param_names Name(s) of parameters obs_list List of observed values crit_function Function implementing the criterion to optimize model_function Function implementing the criterion to optimize model_options List of arguments to pass to model function situation_names Name(s) of the situations to simulate param_info Information on the parameters to estimate. For the moment only uniform distribution are allowed. Either a list containing a vector of upper and lower bounds (ub and lb), or a list of list containing for each parameter and group of situation the names of the situations (sit_names) and upper and lower bounds (ub and lb)

Value

The value of the criterion


SticsRPacks/CroptimizR documentation built on Dec. 16, 2024, 11:54 a.m.