Package dev.nm.stat.random.rng.univariate.gamma
-
Interface Summary Interface Description RandomGammaGenerator This is a random number generator that generates random deviates according to the Gamma distribution. -
Class Summary Class Description InverseTransformSamplingGammaRNG Deprecated. There exist much more efficient algorithms.KunduGupta2007 Kundu-Gupta propose a very convenient way to generate gamma random variables using generalized exponential distribution, when the shape parameter lies between 0 and 1.MarsagliaTsang2000 Marsaglia-Tsang is a procedure for generating a gamma variate as the cube of a suitably scaled normal variate.XiTanLiu2010a Xi, Tan and Liu proposed two simple algorithms to generate gamma random numbers based on the ratio-of-uniforms method and logarithmic transformations of gamma random variable.XiTanLiu2010b Xi, Tan and Liu proposed two simple algorithms to generate gamma random numbers based on the ratio-of-uniforms method and logarithmic transformations of gamma random variable.