Generates
pseudorandom uniform
-variates whose joint distribution is the Gumbel–Hougaard Archimedean copula
, given by
with the special cases:
- , the product copula;
- , the Fréchet–Hoeffding upper bound.
The generation method uses mixture of powers.
One of the initialization functions
g05kfc (for a repeatable sequence if computed sequentially) or
g05kgc (for a non-repeatable sequence) must be called prior to the first call to
g05rkc.
Not applicable.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
In practice, the need for numerical stability restricts the range of
such that:
- if , the function returns pseudorandom uniform variates with joint distribution;
- if , the function returns pseudorandom uniform variates with joint distribution;
where
is the safe-range parameter, the value of which is returned by
X02AMC.
None.