Option variable
random_hypergeometric_algorithm
Default value: kachit
This is the selected algorithm for simulating random hypergeometric variates. Implemented algorithms are kachit
and inverse
:
kachit
, based on algorithm described in Kachitvichyanukul, V., Schmeiser, B.W. (1985) Computer generation of hypergeometric random variates. Journal of Statistical Computation and Simulation 22, 127-145.
inverse
, based on the general inverse method.