logPrior {CNPBayes}R Documentation

Calculate log likelihood of prior for model

Description

Calculate log likelihood of prior for model

Usage

logPrior(object)

## S4 method for signature 'McmcChains'
logPrior(object)

## S4 method for signature 'MixtureModel'
logPrior(object)

Arguments

object

see showMethods(logPrior)

Value

log likelihood of the prior.

Examples

     logPrior(SingleBatchModelExample)

[Package CNPBayes version 1.12.0 Index]