rtmvnorm {TruncatedNormal} | R Documentation |
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)
See Also
[Package TruncatedNormal version 2.2.2 Index]