[ 
https://issues.apache.org/jira/browse/MATH-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Neidhart updated MATH-644:
---------------------------------

    Fix Version/s:     (was: 2.2)
                   3.1

Updated fix version as there will be no 2.2.1
                
> for the class of hyper-geometric distribution, for some number the method 
> "upperCumulativeProbability" return a probability greater than 1 which is 
> impossible.  
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MATH-644
>                 URL: https://issues.apache.org/jira/browse/MATH-644
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2
>            Reporter: marzieh
>            Priority: Minor
>              Labels: hypergeometric, probability
>             Fix For: 3.1
>
>
> In windows 7, I used common.Math library. I used class 
> "HypergeometricDistributionImpl" and method "upperCumulativeProbability" of 
> zero for distribution and the return value is larget than 1. the following 
> code is working error. 
> HypergeometricDistributionImpl u = new 
> HypergeometricDistributionImpl(14761461, 1035 ,1841 );
> System.out.println(u.upperCumulativeProbability(0))
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to