Uses of Class
dev.nm.stat.random.rng.univariate.InverseTransformSampling
-
Packages that use InverseTransformSampling Package Description dev.nm.stat.random.rng.univariate dev.nm.stat.random.rng.univariate.exp dev.nm.stat.random.rng.univariate.gamma -
-
Uses of InverseTransformSampling in dev.nm.stat.random.rng.univariate
Subclasses of InverseTransformSampling in dev.nm.stat.random.rng.univariate Modifier and Type Class Description class
RayleighRNG
This random number generator samples from the Rayleigh distribution using the inverse transform sampling method.class
WeibullRNG
This random number generator samples from the Weibull distribution using the inverse transform sampling method. -
Uses of InverseTransformSampling in dev.nm.stat.random.rng.univariate.exp
Subclasses of InverseTransformSampling in dev.nm.stat.random.rng.univariate.exp Modifier and Type Class Description class
InverseTransformSamplingExpRNG
This is a pseudo random number generator that samples from the exponential distribution using the inverse transform sampling method. -
Uses of InverseTransformSampling in dev.nm.stat.random.rng.univariate.gamma
Subclasses of InverseTransformSampling in dev.nm.stat.random.rng.univariate.gamma Modifier and Type Class Description class
InverseTransformSamplingGammaRNG
Deprecated.There exist much more efficient algorithms.
-