Uses of Interface
org.apache.commons.rng.sampling.SharedStateSampler
Packages that use SharedStateSampler
Package
Description
This package provides sampling utilities.
This package contains classes for sampling from statistical distributions.
This package contains classes for sampling coordinates from shapes, for example a unit ball.
-
Uses of SharedStateSampler in org.apache.commons.rng.sampling
Subinterfaces of SharedStateSampler in org.apache.commons.rng.samplingModifier and TypeInterfaceDescriptioninterfaceSampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.Classes in org.apache.commons.rng.sampling that implement SharedStateSamplerModifier and TypeClassDescriptionclassSampling from aCollection.classClass for representing combinations of a sequence of integers.classSampling from a collection of items with user-defined probabilities.classClass for representing permutations of a sequence of integers.classGenerate vectors isotropically located on the surface of a sphere. -
Uses of SharedStateSampler in org.apache.commons.rng.sampling.distribution
Subinterfaces of SharedStateSampler in org.apache.commons.rng.sampling.distributionModifier and TypeInterfaceDescriptioninterfaceSampler that generates values of typedoubleand can create new instances to sample from the same state with a given source of randomness.interfaceSampler that generates values of typeintand can create new instances to sample from the same state with a given source of randomness.interfaceSampler that generates values of typelongand can create new instances to sample from the same state with a given source of randomness.Classes in org.apache.commons.rng.sampling.distribution that implement SharedStateSamplerModifier and TypeClassDescriptionclassSampling from an exponential distribution.classSampling from the gamma distribution.classDistribution sampler that uses the Alias method.classBox-Muller algorithm for sampling from Gaussian distribution with mean 0 and standard deviation 1.classSampling from a beta distribution.classSampling from a uniform distribution.classSampling from a Dirichlet distribution.classDiscrete uniform distribution sampler.classDistribution sampler that uses the Fast Loaded Dice Roller (FLDR).classSampling from a Gaussian distribution with given mean and standard deviation.final classCompute a sample fromnvalues each with an associated probability.classDistribution sampler that uses the inversion method.classDistribution sampler that uses the inversion method.classSampling from a Pareto distribution.final classSampler for the Poisson distribution.classSampler for the Poisson distribution.final classSampling from a Lévy distribution.classSampling from a log-normal distribution.classMarsaglia polar method for sampling from a Gaussian distribution with mean 0 and standard deviation 1.classSampler for the Poisson distribution.classImplementation of the Zipf distribution.classSampler for the Poisson distribution.classSamples from a stable distribution.classSampling from a T distribution.classDiscrete uniform distribution sampler generating values of typelong.classMarsaglia and Tsang "Ziggurat" method for sampling from a Gaussian distribution with mean 0 and standard deviation 1.classModified ziggurat method for sampling from Gaussian and exponential distributions.static classModified ziggurat method for sampling from an exponential distribution.static final classModified ziggurat method for sampling from a Gaussian distribution with mean 0 and standard deviation 1. -
Uses of SharedStateSampler in org.apache.commons.rng.sampling.shape
Classes in org.apache.commons.rng.sampling.shape that implement SharedStateSamplerModifier and TypeClassDescriptionclassGenerate points uniformly distributed within a n-dimension box (hyperrectangle).classGenerate points uniformly distributed on a line.classGenerate points uniformly distributed within a tetrahedron.classGenerate points uniformly distributed within a triangle.classGenerate coordinates uniformly distributed within the unit n-ball.