[
https://issues.apache.org/jira/browse/MATH-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13755924#comment-13755924
]
Thomas Neidhart commented on MATH-1018:
---------------------------------------
So if I understand you correctly, you want new constructors for subclasses of
AbstractRealDistribution, e.g. NormalDistribution, which allow to specify a
RandomGenerator and the necessary distribution parameters, but without the
inverseCumAccuracy (using the default one):
{noformat}
NOW:
public NormalDistribution(RandomGenerator rng, double mean, double sd,
double inverseCumAccuracy)
NEW:
public NormalDistribution(RandomGenerator rng, double mean, double sd)
{noformat}
> Add constructor to remove inverseCumAccuracy
> --------------------------------------------
>
> Key: MATH-1018
> URL: https://issues.apache.org/jira/browse/MATH-1018
> Project: Commons Math
> Issue Type: Wish
> Reporter: Ajo Fod
> Priority: Minor
>
> Add constructors that don't require inverseCumAccuracy for subclasses of
> AbstractRealDistribution.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira