init.state-pomp {pomp} | R Documentation |
The method init.state
returns a vector of initial conditions for the state process when given a vector of parameters params
and an initial time t0
.
init.state(object, params, t0, ...) ## S4 method for signature 'pomp': init.state(object, params, t0, ...)
object |
an object of class pomp . |
params |
a named vector of parameters. |
t0 |
the initial time at which initial states are requested. |
... |
at present, these are ignored. |
Returns a matrix of initial states (with rownames).
Aaron A. King (kingaa at umich dot edu)