This function returns the (log)-distribution function of a matrix q of observations lying in the interval [lb, ub].
ptmvt(
q,
mu,
sigma,
df,
lb,
ub,
type = c("mc", "qmc"),
log = FALSE,
check = TRUE,
B = 10000,
...
)vector of location parameters
scale matrix
degrees of freedom
vector of lower truncation limits
vector of upper truncation limits
string, either of mc or qmc for Monte Carlo and quasi Monte Carlo, respectively
logical; if TRUE, probabilities and density are given on the log scale.
logical, if TRUE (default), check that the scale matrix sigma is positive definite and symmetric.
number of replications for the (quasi)-Monte Carlo scheme
additional arguments, currently ignored
tmvt