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.
|
Class and Description |
---|
CollectionSampler
Sampling from a
Collection . |
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.
|
Class and 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.
|
Class and 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.
|
Copyright © 2016–2022 The Apache Software Foundation. All rights reserved.