GaussianPrior {lgcp} | R Documentation |
A function to create a Gaussian prior.
GaussianPrior(mean, variance)
mean |
a vector of length 2 representing the mean. |
variance |
a 2x2 matrix representing the variance. |
an object of class LogGaussianPrior that can be passed to the function PriorSpec.
LogGaussianPrior, linkPriorSpec.list
## Not run: GaussianPrior(mean=rep(0,9),variance=diag(10^6,9))