Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.numericalmethod.suanshu.stats.random.rng.univariate Classes and Interfaces - 48 results found.
NameDescriptionTypePackageFramework
BernoulliTrialA Bernoulli trial (or binomial trial) is a random experiment with exactly two possible outcomes, "success" and "failure", in which the probability of success, p, is the same every timeClasscom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
BinomialRNGThis random number generator samples from the binomial distribution.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
BoxMullerThe Box-Muller transform (by George Edward Pelham Box and Mervin Edgar Muller 1958) is a pseudo-random number sampling method for generating pairs of independent standardClasscom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
BurnInRNGA burn-in random number generator discards the first M samples.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
Cheng1978Cheng, 1978, is a new rejection method for generating beta variates.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.betaSuanShu
CompositeLinearCongruentialGeneratorA composite generator combines a number of simple LinearCongruentialGenerator, such as Lehmer, to form one longer period generator by first summing values and then taking modulus.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.linearSuanShu
ConcurrentStandardNormalRNGClasscom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
DynamicCreatorPerforms the Dynamic Creation algorithm (DC) to generate parameters for MersenneTwister.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.mersennetwister.dynamiccreationSuanShu
DynamicCreatorExceptionIndicates that a problem has occurred in the dynamic creation process, usually because suitable parameters were not found.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.mersennetwister.dynamiccreationSuanShu
InverseTransformSamplingInverse transform sampling (also known as inversion sampling, the inverse probability integral transform, the inverse transformation method, Smirnov transform, golden rule, etc.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
InverseTransformSamplingExpRNGThis is a pseudo random number generator that samples from the exponential distribution using the inverse transform sampling method.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.expSuanShu
InverseTransformSamplingGammaRNGThis is a pseudo random number generator that samples from the gamma distribution using the inverse transform sampling method.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.gammaSuanShu
InverseTransformSamplingTruncatedNormalRNGA random variate x defined as x = Phi^{-1}( Phi(alpha) + Ucdot(Phi(eta)-Phi(alpha)))sigma + muClasscom.numericalmethod.suanshu.stats.random.rng.univariate.normal.truncatedSuanShu
Knuth1969This is a random number generator that generates random deviates according to the Poisson Generating Poisson-distributed random variablesClasscom.numericalmethod.suanshu.stats.random.rng.univariate.poissonSuanShu
KunduGupta2007Kundu-Gupta propose a very convenient way to generate gamma random variables using generalized exponential distribution,Classcom.numericalmethod.suanshu.stats.random.rng.univariate.gammaSuanShu
LEcuyerThis is the uniform random number generator recommended by L'Ecuyer in 1996.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.linearSuanShu
LehmerLehmer proposed a general linear congruential generator that generates pseudo-random numbers in xi+1 = (a * xi + c) mod mClasscom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.linearSuanShu
LinearCongruentialGeneratorA linear congruential generator (LCG) produces a sequence of pseudo-random numbers based on a linear recurrence relation.Interfacecom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.linearSuanShu
LogNormalRNGThis random number generator samples from the log-normal distribution.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
MarsagliaBray1964The polar method (attributed to George Marsaglia, 1964) is a pseudo-random number sampling method for generating a pair of independent standard normal random variables.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
MarsagliaTsang2000Marsaglia-Tsang is a procedure for generating a gamma variate as the cube of a suitably scaled normal variate.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.gammaSuanShu
MersenneExponentenum MersenneExponentThe value of a Mersenne Exponent p is a parameter for creating a Mersenne-Twister randomClasscom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.mersennetwister.dynamiccreationSuanShu
MersenneTwisterMersenne Twister is one of the best pseudo random number generators available.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.mersennetwisterSuanShu
MersenneTwisterParamImmutable parameters for creating a MersenneTwister RNG.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.mersennetwisterSuanShu
MersenneTwisterParamSearcherSearches for Mersenne-Twister parameters.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.mersennetwister.dynamiccreationSuanShu
MRGA Multiple Recursive Generator (MRG) is a linear congruential generator which takes this form: xi = (a1 * xi-1 + a2 * xi-2 + .Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniform.linearSuanShu
MWC8222Marsaglia's MWC256 (also known as MWC8222) is a multiply-with-carry generator.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniformSuanShu
NormalRNGThis is a random number generator that generates random deviates according to the NormalSee Also:Wikipedia: NormalClasscom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
RandomBetaGeneratorThis is a random number generator that generates random deviates according to the Beta distribution.Interfacecom.numericalmethod.suanshu.stats.random.rng.univariate.betaSuanShu
RandomExpGeneratorThis is a random number generator that generates random deviates according to the exponential distribution.Interfacecom.numericalmethod.suanshu.stats.random.rng.univariate.expSuanShu
RandomGammaGeneratorThis is a random number generator that generates random deviates according to the Gamma distribution.Interfacecom.numericalmethod.suanshu.stats.random.rng.univariate.gammaSuanShu
RandomLongGeneratorA (pseudo) random number generator that generates a sequence of longs that lack any pattern and are uniformly distributed.Interfacecom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
RandomNumberGeneratorA (pseudo) random number generator is an algorithm designed to generate a sequence of numbers that lack any pattern.Interfacecom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
RandomStandardNormalGeneratorInterfacecom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
RayleighRNGThis random number generator samples from the Rayleigh distribution using the inverse transform sampling method.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
SHR0SHR0 is a simple uniform random number generator.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniformSuanShu
SHR3SHR3 is a 3-shift-register generator with period 2^32-1.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniformSuanShu
StandardNormalRNGAn alias for Zignor2005 to provide a default implementation for sampling from the standard Normal distribution.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
ThinRNGThinning is a scheme that returns every m-th item, discarding the last m-1 items for each draw.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
UniformRNGA pseudo uniform random number generator samples numbers from the unit interval, [0, 1], in such a way that there are equal probabilities of them falling in any same length sub-interval.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniformSuanShu
UniformRNG .Methodthe pseudo uniform random number generators availableMersenne Twister (recommended)Classcom.numericalmethod.suanshu.stats.random.rng.univariate.uniformSuanShu
VanDerWaerden1969Classcom.numericalmethod.suanshu.stats.random.rng.univariate.betaSuanShu
WeibullRNGThis random number generator samples from the Weibull distribution using the inverse transform sampling method.Classcom.numericalmethod.suanshu.stats.random.rng.univariateSuanShu
XiTanLiu2010aXi, 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.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.gammaSuanShu
XiTanLiu2010bXi, 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.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.gammaSuanShu
Ziggurat2000The Ziggurat algorithm is an algorithm for pseudo-random number sampling from the Normal distribution.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu
Ziggurat2000ExpThis implements the ziggurat algorithm to sample from the exponential distribution.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.expSuanShu
Zignor2005This is an improved version of the Ziggurat algorithm as proposed in the reference.Classcom.numericalmethod.suanshu.stats.random.rng.univariate.normalSuanShu