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)

See Also

tmvnorm


[Package TruncatedNormal version 2.2.2 Index]