ptmvnorm {TruncatedNormal} | R Documentation |
Cumulative distribution function of the truncated multivariate normal distribution.
Description
This function returns the (log)-distribution function of a matrix q
of observations lying in the interval [lb
, ub
].
Usage
ptmvnorm(
q,
mu,
sigma,
lb,
ub,
log = FALSE,
type = c("mc", "qmc"),
B = 10000,
check = TRUE,
...
)
See Also
[Package TruncatedNormal version 2.3 Index]