dPosterior.GaussianInvWishart: Density function of the posterior distribution of a "GaussianInvWishart" object
Description
Generate the the density value of the posterior distribution of the following 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.
Posterior density is the density function of InvWishart(Sigma|v,S).