powered by
Constructor for NormalPrior-class objects
NormalPrior-class
NormalPrior(mu, Sigma)
A NormalPrior object with adequate slots.
NormalPrior
The mean vector for the Normal distribution.
The covariance matrix for the Normal distribution.
Matrix Sigma must be square and positive definite. Its dimensions must match mu's length.
prior
NormalPrior(rep(0, 10), diag(10) * 10)
Run the code above in your browser using DataLab