Genz and Bretz (1999) continued the separation of variables (SV) transformation
that results in equation (7) with additional transformations
(similar to those used by Genz, 1992, for MVN problems), to produce
methods based on a complete transformation of the original integration to the
unit hypercube
. The first step is to notice that the lower
triangular structure of
allows a separation of the integration
limits in equation (7), so that
Next, let
, and then
Finally, let
so
with
Schervish (1984) originally suggested that the computation of MVN
probabilities should be easier for numerical integration methods if
the variables are reordered (and appropriate rows and columns of
are permuted) so that the innermost integrals have the larger integration
intervals. This sorting heuristic often has the effect
that the innermost integrals have expected value closer to
one, thereby reducing the overall variation in the integrand.
Gibson, Glasbey and Elston (1992), who independently developed a
Monte-Carlo method similar to the one developed by Genz (1992) for MVN
probabilities, suggested an improved prioritization of the variables.
With this technique, the variables are sorted
so that the innermost integrals have the largest
expected integration intervals. This is more complicated than just
sorting the integration limits and permuting the respective rows and
columns of
, because the Cholesky factor
must be computed
dynamically during the sorting of the variables. This method uses
,
and
in the sorting process, and it should therefore
further increases the likelihood that the innermost integrals have values
close to one and improve the convergence of the numerical integration methods.
The Gibson, Glasbey and Elston method can be generalized to MVT problems, which
use the SV transformations, in the following manner, using the
MVT definition given by equation (11). The first (outermost)
integration variable is chosen by selecting a variable
where
is achieved.
The limits and rows and columns of
for variables
and
are interchanged. Then the first column of the Cholesky decomposition
of
is computed using
and
, for
, and we set
A second set of MVT SV methods are based on the combination of equation
(2) with MVN SV methods using
![]() |
(13) |
The last
component integral has
value one, so the
integral is determined as an
-dimensional integral.
A simple Monte-Carlo algorithm for this formulation of the MVT problem uses
The Gibson, Glasbey and Elston technique can also be used as a preconditioning
step for this method. In order to simplify our implementation of this
preconditioning, we use
for the expected value for
,
instead of the theoretical
(which
approaches
for large
). This value for
cancels the
's in the integration limits
and
, so the
preconditioning step for this method used the original Gibson, Glasbey and
Elston technique with input
,
, and
(and
for NCMVT
problems) and completes the preconditioning step as if the problem were an
MVN problem.