Computes the distribution function of the multivariate normal
distribution for arbitary limits and correlation matrices
based on algorithms by Genz and Bretz.
This program involves the computation of
multivariate normal-probabilities with arbitrary correlation matrices.
It involves both the computation of singular and nonsingular
probabilities. The methodology is described in
Genz (1992, 1993).
Note that both -Inf and +Inf may be specified in lower and
upper. For more details see pmvt.
The mvn case is treated as a special case of pmvt with df=0.
Multivariate normal density and random numbers are available using
dmvnorm and mvrnorm.
References
Genz, A. (1992). Numerical computation of multivariate normal probabilities.
Journal of Computational and Graphical Statistics, 1, 141--150
Genz, A. (1993). Comparison of methods for the computation of multivariate
normal probabilities. Computing Science and Statistics, 25,
400--405