What is the best library for Java to do numeric stuff like calculating integrals, finding roots of a function, calculating different probability cdf's, etc.?
+1
A:
As far as I know, Apache's Math library provides variety of functions you need for. Check it out. May be, its useful for you,
venJava
2010-07-02 10:37:54
I had a look, but sadly it doesn't contain Gauss-Kronrod integration implementation, so its rather useless :( I actually moved to C++ and use GSL, which is a shame really.
Grzenio
2010-07-07 11:13:38