NormalPrior {bayesPO} | R Documentation |
Constructor for NormalPrior-class
objects
NormalPrior(mu, Sigma)
mu |
The mean vector for the Normal distribution. |
Sigma |
The covariance matrix for the Normal distribution. |
Matrix Sigma must be square and positive definite. Its dimensions must match mu's length.
A NormalPrior
object with adequate slots.
NormalPrior(rep(0, 10), diag(10) * 10)