particles(object, ...)
## S3 method for class 'mif':
particles(object, Np = 1, center = coef(object), sd = 0, ...)
particles
returns a list of two matrices. states
contains the state-variable portion of the particles; params
contains the parameter portion. Each has Np
columns.particles
method is used to set up the initial distribution
of particles. It is an interface to the user-specifed
particles
slot in the "mif" object.mif
, mif-methods, pomp
,
pomp-class