This function provides a random number generator for
the multivariate normal distribution with mean equal
to mu and sparse precision matrix prec.
rmvnorm_prec(prec, n = 1, mu = rep(0, nrow(prec)))a matrix with dimension length(mu) by
n, containing realized draws from the specified
mean and precision
sparse precision (inverse-covariance) matrix.
number of observations.
mean vector.