Description Usage Arguments See Also Examples
The marginal likelihood is computed by Chib's estimator (JASA, Volume 90 (435), 1995).
1 2 3 4 5 6 7 8 9 | marginal_lik(object)
marginal_lik(object) <- value
## S4 method for signature 'MixtureModel'
marginal_lik(object)
## S4 replacement method for signature 'MixtureModel,numeric'
marginal_lik(object) <- value
|
object |
a SB, SBP, MB, or MBP model |
value |
scalar for marginal likelihood |
See marginalLikelihood
for computing the marginal likelihood of a mixture model.
1 2 | sb <- SingleBatchModelExample
marginal_lik(sb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.