You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2016/03/20 19:04:33 UTC

[jira] [Created] (MATH-1345) Cleanup of distribution classes

Gilles created MATH-1345:
----------------------------

             Summary: 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
             Fix For: 4.0


* 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
(v6.3.4#6332)