simulate | R Documentation |
simulate
generates simulations of the state and measurement
processes.
## S4 method for signature 'panelPomp'
simulate(object, nsim = 1, shared, specific)
object |
a |
nsim |
The number of simulations to perform. Unlike the pomp simulate method, all simulations share the same parameters. |
shared |
Named vector of the shared parameters. |
specific |
Matrix of unit-specific parameters, with a column for each unit. |
A single panelPomp object (if nsim=1) or a list of panelPomp
objects
(if nsim>1).
Edward L. Ionides
simulate(panelRandomWalk())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.