Optimizer | R Documentation |
A subclass of Calibrator that uses an optimizer and an initial guess. Calibrate the model to data
A subclass of Calibrator that uses an optimizer and an initial guess. Calibrate the model to data
REpiSim::Calibrator
-> Optimizer
calibrate()
Optimizer$calibrate(initial.values, parms, guess, ...)
initial.values
the initial values for the model. The parameters that need to be estimate should be NA, those that do not need to be estimated must contain a finite value.
parms
the parameter values of the model. The parameters that need to be estimate should be NA, those that do not need to be estimated must contain a finite value.
guess
the initial guess of the parameters to be fitted
...
extra arguments to be passed to calibrators
clone()
The objects of this class are cloneable with this method.
Optimizer$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.