public class GaussianSampler extends Object implements ContinuousSampler
| Constructor and Description |
|---|
GaussianSampler(NormalizedGaussianSampler normalized,
double mean,
double standardDeviation) |
public GaussianSampler(NormalizedGaussianSampler normalized, double mean, double standardDeviation)
normalized - Generator of N(0,1) Gaussian distributed random numbers.mean - Mean of the Gaussian distribution.standardDeviation - Standard deviation of the Gaussian distribution.public double sample()
sample in interface ContinuousSamplerCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.