panelPomp | R Documentation |
panelPomp
objectsThis function constructs panelPomp
objects, representing
PanelPOMP models (as defined in \Breto et al., 2020). PanelPOMP models
involve multiple units, each of which can in turn be modeled by a POMP
model. Such POMP models can be encoded as a list
of pomp
objects, a cornerstone that the panelPomp
function can use to
construct the corresponding panelPomp
object.
panelPomp(object, shared, specific, params)
object |
required; either (i) a If If |
shared , specific |
optional; these arguments depend on the type
of If If |
params |
optional; a named numeric vector. In this case, the nature of
parameters is determined via a naming convention: names ending in
“ |
A panelPomp
object.
Carles \Breto
2020
\king2016
pomp's constructor at pomp
Other panelPomp workhorse functions:
mif2()
,
panel_loglik
,
pfilter()
## recreate the 'panelRandomWalk()' example
prw <- panelRandomWalk()
prw2 <- panelPomp(unit_objects(prw),params=coef(prw))
identical(prw,prw2) # TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.