rprior | R Documentation |
Sample from the prior probability distribution.
## S4 method for signature 'pomp'
rprior(object, params = coef(object), ...)
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
More on pomp workhorse functions:
dinit()
,
dmeasure()
,
dprior()
,
dprocess()
,
emeasure()
,
flow()
,
partrans()
,
pomp-package
,
rinit()
,
rmeasure()
,
rprocess()
,
skeleton()
,
vmeasure()
,
workhorses
More on Bayesian methods:
abc()
,
bsmc2()
,
dprior()
,
pmcmc()
,
prior_spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.