Description Usage Arguments Details Value
This function generates a power posterior function for estimation of marginal likelihood using the stepping stone method
1 | make.powerposteriorFn(Bk, priorFn, refFn, model)
|
Bk |
The sequence of steps to be taken from the reference function to the posterior |
priorFn |
The prior function to be used in marginal likelihood estimation |
refFn |
The reference function generated using |
model |
A string specifying the model type ("OU", "OUrepar", "QG") or a model parameter list |
For use in stepping stone estimation of the marginal likelihood using the method of Fan et al. (2011).
A function of class "powerposteriorFn" that returns a list of four values: result
(the log density of the power posterior),
lik
(the log likelihood), prior
(the log prior), ref
the log reference density.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.