BoxMullerNormalizedGaussianSampler
and GaussianSampler instead.@Deprecated public class BoxMullerGaussianSampler extends SamplerBase implements ContinuousSampler
| Constructor and Description |
|---|
BoxMullerGaussianSampler(UniformRandomProvider rng,
double mean,
double standardDeviation)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double |
sample()
Deprecated.
Creates a sample.
|
String |
toString()
Deprecated.
|
nextDouble, nextInt, nextInt, nextLongpublic BoxMullerGaussianSampler(UniformRandomProvider rng, double mean, double standardDeviation)
rng - Generator of uniformly distributed random numbers.mean - Mean of the Gaussian distribution.standardDeviation - Standard deviation of the Gaussian distribution.public double sample()
sample in interface ContinuousSamplerpublic String toString()
toString in class SamplerBaseCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.