Evaluation for the model, analytic, ode, infusion
EvaluationModel(
object,
samplingTimesModel,
cond_init_ode,
inputsModel,
parametersGradient,
computeFIM
)
A list contaning a dataframe giving the results of the evaluation and a list giving the gradient of the model.
A StatisticalModel
object.
A vector containing the sampling times of the model.
A vector containing the initial conditions for an ODE model.
A list containing the parameters used for the model evaluation.
A list containing the parameters used for the evaluation of the gradient of the model
A boolean giving TRUE id the FIM is compute, FALSE otherwise.