pmvnorm_: mvtnorm::pmvnorm, but returns 0 if any lower boundary is larger than
any upper boundary
Description
mvtnorm::pmvnorm, but returns 0 if any lower boundary is larger than
any upper boundary
Usage
pmvnorm_(upper, lower, ...)
Value
The evaluated distribution function is returned, if keepAttr is true, with attributes
- error
estimated absolute error
- msg
status message(s).
- algorithm
a character string with class(algorithm).
Arguments
- upper
the vector of upper limits of length n.
- lower
the vector of lower limits of length n.
- ...
additional parameters passed to pmvnorm.