| spatPomp-class {spatPomp} | R Documentation |
An S4 class to represent a spatiotemporal POMP model and data.
Description
An S4 class to represent a spatiotemporal POMP model and data.
Slots
unit_namesA vector containing the spatial units of a spatiotemporal POMP.
unit_statenamesA vector containing the state names such that appending the unit indices to the unit statenames will result in the each unit's corresponding states.
unit_obsnamesA vector of observation types for a spatial unit.
eunit_measureA pomp_fun representing the expected measurement for each spatial unit given its states.
dunit_measureA pomp_fun representing the unit measurement density for each spatial unit.
runit_measureA pomp_fun representing the unit observation simulator.
[Package spatPomp version 0.35.0 Index]