marginalLikelihood_bySufficientStatistics.GaussianInvWishart: Marginal likelihood of a "GaussianInvWishart" object, using...

Description Usage Arguments Value See Also

View source: R/Gaussian_Inference.r

Description

Generate the marginal likelihood of the following model structure:

x \sim Gaussian(mu,Sigma)

Sigma \sim InvWishart(v,S)

mu is known. Gaussian() is the Gaussian distribution. See ?dGaussian and ?dInvWishart for the definition of the distributions.
The model structure and prior parameters are stored in a "GaussianInvWishart" object.
Marginal likelihood = p(x|v,S,mu)

Usage

1
2
## S3 method for class 'GaussianInvWishart'
marginalLikelihood_bySufficientStatistics(obj, ss, LOG = TRUE, ...)

Arguments

obj

A "GaussianInvWishart" object.

ss

Sufficient statistics of x. In Gaussian and Inverse-Wishart case the sufficient statistic of sample x is a object of type "ssGaussianVar", it can be generated by the function sufficientStatistics().

LOG

Return the log density if set to "TRUE".

...

Additional arguments to be passed to other inherited types.

Value

numeric, the marginal likelihood.

See Also

GaussianInvWishart, marginalLikelihood.GaussianInvWishart


bbricks documentation built on July 8, 2020, 7:29 p.m.