mvn.prior {Boom} | R Documentation |
Multivariate normal prior
Description
A multivariate normal prior distribution.
Usage
MvnPrior(mean, variance)
Arguments
mean |
A vector giving the mean of the prior distribution. |
variance |
A symmetric positive definite matrix giving the variance of the prior distribution. |
Author(s)
Steven L. Scott steve.the.bayesian@gmail.com
References
Gelman, Carlin, Stern, Rubin (2003), "Bayesian Data Analysis", Chapman and Hall.
[Package Boom version 0.9.15 Index]