Baysian | R Documentation |
A subclass of Calibrator that uses a Baysian method. Calibrate the model to data
A subclass of Calibrator that uses a Baysian method. Calibrate the model to data
REpiSim::Calibrator
-> Baysian
calibrate()
Baysian$calibrate(initial.values, parms, priors, 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.
priors
a named list of Distribution objects specifying the priors. Each name is a parameter.
guess
the initial guess of the parameters to be fitted
...
extra arguments to be passed to calibrators
samples()
Baysian$samples()
clone()
The objects of this class are cloneable with this method.
Baysian$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.