show/hide this revision's text 2 Added derick's point about cost.

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.

show/hide this revision's text 1

What is the best Java numerical method package?

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.