NormalPrior {pompp} | R Documentation |
Create a Normal prior object for model specification.
Description
Constructor for NormalPrior-class
objects
Usage
NormalPrior(mu, Sigma)
Arguments
mu |
The mean vector for the Normal distribution. |
Sigma |
The covariance matrix for the Normal distribution. |
Details
Matrix Sigma must be square and positive definite. Its dimensions must match mu's length.
Value
A NormalPrior
object with adequate slots.
See Also
Examples
NormalPrior(rep(0, 10), diag(10) * 10)
[Package pompp version 0.1.3 Index]