View source: R/prior_specification.R
MvnGivenSigmaMatrixPrior | R Documentation |
A multivaraite normal prior distribution, typically used as the prior distribution for the mean of multivaraite normal data. The variance of this distribution is proportional to another parameter "Sigma" that exists elsewhere. Usually "Sigma" is the variance of the data.
This distribution is the "normal" part of a "normal-inverse Wishart" distribution.
MvnGivenSigmaMatrixPrior(mean, sample.size)
mean |
A vector giving the mean of the prior distribution. |
sample.size |
A positive scalar. The variance of the
distribution is |
Steven L. Scott steve.the.bayesian@gmail.com
Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.