rprocess-pomp {pomp}R Documentation

Simulate the process model of a partially-observed Markov process

Description

The method rprocess runs simulations of the the process-model portion of partially-observed Markov process.

Usage

rprocess(object, xstart, times, params, ...)
## S4 method for signature 'pomp':
rprocess(object, xstart, times, params, ...)

Arguments

object an object of class pomp.
xstart a rank-2 array containing the starting state of the system. Columns of xstart correspond to states; rows to state variables. If there is more than one column of xstart, multiple independent simulations will be performed, one corresponding to each column. Note that in this case, params must have the same number of columns as xstart.
times a numerical vector containing times. The first entry of times is the initial time (corresponding to xstart). Subsequent times are the values of time for which the state of the simulated processes are required.
params a rank-2 array of parameters with the parameters corresponding to the columns of xstart.
... at present, these are ignored.

Author(s)

Aaron A. King (kingaa at umich dot edu)

References

See Also

pomp-class


[Package pomp version 0.17-3 Index]