public class LogNormalSampler extends Object implements ContinuousSampler
| Constructor and Description |
|---|
LogNormalSampler(NormalizedGaussianSampler gaussian,
double scale,
double shape) |
public LogNormalSampler(NormalizedGaussianSampler gaussian, double scale, double shape)
gaussian - N(0,1) generator.scale - Scale of the log-normal distribution.shape - Shape of the log-normal distribution.public double sample()
sample in interface ContinuousSamplerCopyright © 2016–2018 The Apache Software Foundation. All rights reserved.