What is the best Java numerical method package?

Posted by Bob Cross on Stack Overflow See other posts from Stack Overflow or by Bob Cross
Published on 2008-09-17T19:08:47Z Indexed on 2010/06/06 2:22 UTC
Read the original article Hit count: 361

Filed under:
|
|
|

I am looking for a Java-based numerical method package that provides functionality including:

  1. Solving systems of equations using different numerical analysis algorithms.
  2. Matrix methods (e.g., inversion).
  3. Spline approximations.
  4. Probability distributions and statistical methods.

In this case, "best" is defined as a package with a mature and usable API, solid performance and numerical accuracy.

Edit: derick van brought up a good point in that cost is a factor. I am heavily biased in favor of free packages but others may have a different emphasis.

© Stack Overflow or respective owner

Related posts about java

Related posts about statistics