[
https://issues.apache.org/jira/browse/MATH-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333574#comment-16333574
]
Gilles commented on MATH-1345:
------------------------------
Distribution classes moved to ["Commons
Statistics"|https://git1-us-west.apache.org/repos/asf?p=commons-statistics.git;a=summary]
where the issues described above are fixed.
> Cleanup of distribution classes
> -------------------------------
>
> Key: MATH-1345
> URL: https://issues.apache.org/jira/browse/MATH-1345
> Project: Commons Math
> Issue Type: Improvement
> Reporter: Gilles
> Priority: Minor
>
> * Why is {{DEFAULT_INVERSE_ABSOLUTE_ACCURACY}} "public"?
> * A "solverAbsoluteAccuracy" instance variable is defined in each subclass of
> {{AbstractRealDistribution}} implementation, but is only used in the base
> class.
> * In {{TriangularDistribution}}, the value is mentioned as "not used" (for
> its original purpose), yet a non-trivial value is computed.
> * Code often specifies the accuracy by passing the default explicitly
> (whereas a default value is defined for the purpose of not having to do
> that). Cf. {{RandomDataGenerator}}.
> * Why are distributions "Serializable"?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)