__init__(self,
prior,
process,
scene,
observ,
nsam,
nit)
(Constructor)
| source code
|
Class to hold global data for the simulation
- Parameters:
prior - parameter tuple specifying the model of the prior distribution for the first step.
process - the parameters specifying the process model. (mean,scaling, sigma)
scene - parameters for the simlation model used to track the process (mean,scaling, sigma, sigma)
observ - sigma of the observation model
nsam - number of samples
nit - number of terations of the model
|