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 classRayleighRNGThis random number generator samples from the Rayleigh distribution using the inverse transform sampling method.classWeibullRNGThis 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 classInverseTransformSamplingExpRNGThis 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 classInverseTransformSamplingGammaRNGDeprecated.There exist much more efficient algorithms.
-