[
https://issues.apache.org/jira/browse/RNG-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Tompkins closed RNG-43.
---------------------------
1.1 Released.
> Log-normal samplers
> -------------------
>
> Key: RNG-43
> URL: https://issues.apache.org/jira/browse/RNG-43
> Project: Commons RNG
> Issue Type: Improvement
> Components: sampling
> Reporter: Gilles
> Assignee: Gilles
> Priority: Trivial
> Fix For: 1.1
>
>
> In relation to RNG-41, I propose to create a {{LogNormalSampler}} base class:
> {noformat}
> class LogNormalSampler {
> protected LogNormalSampler(NormalizedGaussianSampler gaussian,
> double scale,
> double shape) {
> // ...
> }
> }
> {noformat}
> Derived (public) classes will differ by the algorithm used to generate
> normalized Gaussian deviates.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)