NormalPrior | 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.
prior
NormalPrior(rep(0, 10), diag(10) * 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.