DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27243>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27243

T-Distribution causing a StackOverflowError

           Summary: T-Distribution causing a StackOverflowError
           Product: Commons
           Version: Nightly Builds
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Math
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I ran the following code:
    TDistributionImpl td = new TDistributionImpl(5.);
    double est;
    est = td.cummulativeProbability(.1);
    System.out.println(".1="+est);
    est = td.cummulativeProbability(.01);
    System.out.println(".01="+est);
and I get:
   [junit] .1=0.5378849302066607
   [junit] Failed to invoke suite():java.lang.StackOverflowError
The error happens with different degrees of freedom at different locations.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to