rtmvnorm: Random number generator for the truncated multivariate normal distribution.
Description
This function returns a matrix of draws from a multivariate normal distribution truncated on the interval [lb
, ub
].
Usage
rtmvnorm(n, mu, sigma, lb, ub, check = TRUE, ...)