Baysian: A subclass of Calibrator that uses a Baysian method....

BaysianR Documentation

A subclass of Calibrator that uses a Baysian method. Calibrate the model to data

Description

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

Super class

REpiSim::Calibrator -> Baysian

Methods

Public methods

Inherited methods

Method calibrate()

Usage
Baysian$calibrate(initial.values, parms, priors, guess, ...)
Arguments
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


Method samples()

Usage
Baysian$samples()

Method clone()

The objects of this class are cloneable with this method.

Usage
Baysian$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


junlingm/REpiSim documentation built on Nov. 28, 2023, 2:35 a.m.