Package | Description |
---|---|
org.apache.commons.rng.sampling.distribution |
Distribution samplers
|
Modifier and Type | Class and Description |
---|---|
class |
AhrensDieterExponentialSampler
Sampling from an exponential distribution.
|
class |
AhrensDieterMarsagliaTsangGammaSampler
Sampling from the Gamma distribution.
|
class |
BoxMullerGaussianSampler
Box-Muller algorithm for sampling from a Gaussian distribution.
|
class |
BoxMullerLogNormalSampler
Box-Muller algorithm for sampling from a Log normal distribution.
|
class |
ChengBetaSampler
Utility class implementing Cheng's algorithms for beta distribution sampling.
|
class |
ContinuousUniformSampler
Sampling from a uniform distribution.
|
class |
DiscreteUniformSampler
Discrete uniform distribution sampler.
|
class |
InverseTransformContinuousSampler
Distribution sampler that uses the
inversion method.
|
class |
InverseTransformDiscreteSampler
Distribution sampler that uses the
inversion method.
|
class |
InverseTransformParetoSampler
Sampling from a Pareto distribution.
|
class |
PoissonSampler
Sampler for the Poisson distribution.
|
class |
RejectionInversionZipfSampler
Implementation of the Zipf distribution.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.