ptmvnorm: Cumulative distribution function of the truncated...

View source: R/tmvnorm.R

ptmvnormR 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

tmvnorm


lbelzile/TruncatedNormal documentation built on March 4, 2024, 5:50 p.m.