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