mvtnorm::pmvnorm, but returns 0 if any lower boundary is larger than any upper boundary
Source:R/pmv_upper_smaller_slower_fix.R
pmvnorm_.Rd
mvtnorm::pmvnorm, but returns 0 if any lower boundary is larger than any upper boundary
Arguments
- upper
the vector of upper limits of length n.
- lower
the vector of lower limits of length n.
- ...
additional parameters passed to
pmvnorm
.
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 withclass(algorithm)
.