rtmvnorm: Random number generator for the truncated multivariate normal...

View source: R/tmvnorm.R

rtmvnormR 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, check = TRUE, ...)

See Also

tmvnorm


TruncatedNormal documentation built on Sept. 11, 2024, 8:04 p.m.