@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)
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, waitnextDoublepublic InverseTransformSamplingGammaRNG(double k,
double theta)
k - the shape parametertheta - the scale parameterpublic InverseTransformSamplingGammaRNG()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.