mtrunct.RdThe probability density function and the distribution function of the multivariate truncated Student's t distribution
dmtrunct(x, mean, S, df, lower, upper, log = FALSE, ...)
pmtrunct(x, mean, S, df, lower, upper, ...)either a vector of length d
or a matrix with d columns, where d=ncol(S), giving
the coordinates of the point(s) where the density must be evaluated.
either a vector of length d, representing the location
parameter (equal to the mean vector when df>1) of the pre-truncation
distribution or a matrix whose rows represent different mean vectors;
in the matrix case, its dimensions must match those of x.
a symmetric positive-definite matrix representing the
scale matrix, such that S*df/(df-2) is the variance-covariance
matrix of the pre-truncation distribution when df>2.
degrees of freedom; it must be a positive integer
a vector representing the lower truncation values of the
component variables; -Inf values are allowed.
If missing, it is set equal to rep(-Inf, d).
a vector representing the upper truncation values of the
component variables; Inf values are allowed.
If missing, it is set equal to rep(Inf, d).
a logical value (default value is FALSE);
if TRUE, the logarithm of the density is computed.
arguments passed to sadmvt,
among maxpts, absrel, releps.
The dimension d cannot exceed 20.
a numeric vector
sadmvt for regulating accuracy