Package | Description |
---|---|
org.apache.commons.rng.sampling.distribution |
Distribution samplers
|
Class and Description |
---|
ContinuousInverseCumulativeProbabilityFunction
Interface for a continuous distribution that can be sampled using
the
inversion method.
|
ContinuousSampler
Sampler that generates values of type
double . |
DiscreteInverseCumulativeProbabilityFunction
Interface for a discrete distribution that can be sampled using
the
inversion method.
|
DiscreteSampler
Sampler that generates values of type
int . |
SamplerBase
Base class for a sampler.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.