Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.6.1
-
None
-
None
Description
For the specific data loaded (120 values)
EmpiricalDistribution.inverseCumulativeProbability(0.717d) throws OutOfRangeException, which does not make sense.
Exception in thread "main" org.apache.commons.math3.exception.OutOfRangeException: 1 out of [0, 1] rangeException in thread "main" org.apache.commons.math3.exception.OutOfRangeException: 1 out of [0, 1] range at org.apache.commons.math3.distribution.NormalDistribution.inverseCumulativeProbability(NormalDistribution.java:203) at org.apache.commons.math3.random.EmpiricalDistribution.inverseCumulativeProbability(EmpiricalDistribution.java:711) at stasiak.EmpiricalDistributionBugReproduction.main(EmpiricalDistributionBugReproduction.java:129)