Evaluate an ODE model in infusion
EvaluateModelODEInfusion(
object,
samplingTimesModel,
cond_init_ode,
inputsModel,
parametersGradient,
computeFIM
)
A list containing the evaluated responses and the gradients.
An EvaluateModelODEInfusion
object.
A vector containing the sampling times.
A vector containing the initial conditions.
A list containing the inputs of the models.
A list containing the gradients of the model.
A boolean for computing the FIM or not.