dprior {pomp} | R Documentation |
Evaluates the prior probability density.
## S4 method for signature 'pomp' dprior(object, params, ..., log = FALSE)
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. |
log |
if TRUE, log probabilities are returned. |
The required density (or log density), as a numeric vector.
Specification of the prior density evaluator: prior_spec
Other pomp workhorses: dmeasure
,
dprocess
, flow
,
partrans
, rinit
,
rmeasure
, rprior
,
rprocess
, skeleton
,
workhorses