cumulativeProbability((double)n, (double)n) returns 0 for integer distributions

---------------------------------------------------------------------------------

                 Key: MATH-184
                 URL: https://issues.apache.org/jira/browse/MATH-184
             Project: Commons Math
          Issue Type: Bug
    Affects Versions: 1.1, 1.2
            Reporter: Yegor Bryukhov
            Priority: Minor


cumulativeProbability((double)n, (double)n) returns 0 for
discrete/integer distributions

I suppose AbstractIntegerDistribution.cumulativeProbability(double,
double) should be overridden to call its (int, int) version instead of
using default one from AbstractDistribution

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to