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)

Reply via email to