dtmvnorm: Density function for the truncated multivariate normal...

View source: R/tmvnorm.R

dtmvnormR Documentation

Density function for the truncated multivariate normal distribution

Description

This function returns the (log)-density of a matrix x of observations lying in the interval [lb, ub].

Usage

dtmvnorm(
  x,
  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.