| dprior | R Documentation | 
Evaluates the prior probability density.
## S4 method for signature 'pomp'
dprior(object, ..., params = coef(object), log = FALSE)
| object | an object of class ‘pomp’, or of a class that extends ‘pomp’.
This will typically be the output of  | 
| ... | additional arguments are ignored. | 
| params | a  | 
| 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
More on pomp workhorse functions: 
dinit(),
dmeasure(),
dprocess(),
emeasure(),
flow(),
partrans(),
pomp-package,
rinit(),
rmeasure(),
rprior(),
rprocess(),
skeleton(),
vmeasure(),
workhorses
More on Bayesian methods:
abc(),
bsmc2(),
pmcmc(),
prior_spec,
rprior()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.