Uses of Package
org.apache.commons.rng.sampling
-
Packages that use org.apache.commons.rng.sampling Package Description org.apache.commons.rng.sampling This package provides sampling utilities.org.apache.commons.rng.sampling.distribution This package contains classes for sampling from statistical distributions.org.apache.commons.rng.sampling.shape This package contains classes for sampling coordinates from shapes, for example a unit ball. -
Classes in org.apache.commons.rng.sampling used by org.apache.commons.rng.sampling Class Description CollectionSampler Sampling from aCollection
.CombinationSampler Class for representing combinations of a sequence of integers.CompositeSamplers.Builder Builds a composite sampler.CompositeSamplers.DiscreteProbabilitySampler The DiscreteProbabilitySampler class defines implementations that sample from a user-defined discrete probability distribution.CompositeSamplers.DiscreteProbabilitySamplerFactory A factory for creating a sampler of a user-defined discrete probability distribution.DiscreteProbabilityCollectionSampler Sampling from a collection of items with user-defined probabilities.ObjectSampler Sampler that generates values of a specified type.PermutationSampler Class for representing permutations of a sequence of integers.SharedStateObjectSampler Sampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.SharedStateSampler Applies to samplers that can share state between instances.UnitSphereSampler Generate vectors isotropically located on the surface of a sphere. -
Classes in org.apache.commons.rng.sampling used by org.apache.commons.rng.sampling.distribution Class Description ObjectSampler Sampler that generates values of a specified type.SharedStateObjectSampler Sampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.SharedStateSampler Applies to samplers that can share state between instances. -
Classes in org.apache.commons.rng.sampling used by org.apache.commons.rng.sampling.shape Class Description ObjectSampler Sampler that generates values of a specified type.SharedStateObjectSampler Sampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.SharedStateSampler Applies to samplers that can share state between instances.