These functions provide information about the multivariate normal
distribution with mean equal to mu and covariance matrix
sigma. dmvnorm gives the density and rmvnorm
generates random deviates.
Usage
dmvnorm(x, mu, sigma)
rmvnorm(n, mu, sigma)
Arguments
x
Vector or matrix of quantiles. If x is a matrix, each
row is taken to be a quantile.