Learn R Programming

panelPomp (version 1.7.0.0)

simulate: Simulations of a panel of partially observed Markov process

Description

simulate generates simulations of the state and measurement processes.

Usage

# S4 method for panelPomp
simulate(object, nsim = 1, shared, specific)

Value

A single panelPomp object (if nsim=1) or a list of panelPomp objects (if nsim>1).

Arguments

object

a panelPomp object.

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.

Author

Edward L. Ionides

Examples

Run this code
simulate(panelRandomWalk())

Run the code above in your browser using DataLab