Description Usage Arguments Value References See Also Examples
View source: R/Gaussian_Inference.r
Generate the MAP estimate of Sigma in 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.
The MAP estimates are:
(Sigma_MAP) = argmax p(Sigma|v,S,x,mu)
1 2 |
obj |
A "GaussianInvWishart" object. |
... |
Additional arguments to be passed to other inherited types. |
matrix, the MAP estimate of "Sigma".
Gelman, Andrew, et al. Bayesian data analysis. CRC press, 2013.
MARolA, K. V., JT KBNT, and J. M. Bibly. Multivariate analysis. AcadeInic Press, Londres, 1979.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.