@Deprecated public class InverseTransformSamplingGammaRng extends InverseTransformSampling implements RandomGammaGenerator
| Constructor and Description |
|---|
InverseTransformSamplingGammaRng()
Deprecated.
Construct a random number generator to sample from the standard gamma distribution using the inverse transform sampling method.
|
InverseTransformSamplingGammaRng(double k,
double theta,
RandomLongGenerator rng)
Deprecated.
Construct a random number generator to sample from the gamma distribution using the inverse transform sampling method.
|
nextDouble, seedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextDouble, seedpublic InverseTransformSamplingGammaRng(double k,
double theta,
RandomLongGenerator rng)
k - the shape parametertheta - the scale parameterrng - a uniform random number generatorpublic InverseTransformSamplingGammaRng()