rprior {pomp} | R Documentation |
Sample from the prior probability distribution.
## S4 method for signature 'pomp' rprior(object, params, ...)
object |
an object of class ‘pomp’, or of a class that extends ‘pomp’.
This will typically be the output of |
params |
a |
... |
additional arguments are ignored. |
A numeric matrix containing the required samples.
Specification of the prior distribution simulator: prior_spec
Other pomp workhorses: dmeasure
,
dprior
, dprocess
,
flow
, partrans
,
rinit
, rmeasure
,
rprocess
, skeleton
,
workhorses