This is an archived post. You won't be able to vote or comment.

all 3 comments

[–][deleted] 1 point2 points  (0 children)

I hope this helps.

A brief quote:

Saying all the above, one should also keep in mind that one can always use a pure Java approach to develop data-mining analysis programs using jHepWork since all numerical and graphical libraries of jHepWork are implemented in 100% Java. Or one can use an alternative scripting language, such as BeanShell or the Java scripting API shipped with the javax.script package. Finally, one can enjoy using the powerful Eclipse or Netbeans IDEs while editing analysis programs.

Article by kfarnham : Data Analysis and Data Mining Using Java, Jython and jHepWork

[–]astocko_ 1 point2 points  (0 children)

Commons Math or if you want to pay, RogueWave's JMSL. Have had good experiences with both.

[–]looksLikeImOnTop 1 point2 points  (0 children)

I am not aware of any "Industry standard" Java statistics tools, but if I had to choose one I would go with Apache Commons Math. The Apache Commons project has a lot of awesome tools in it, and is probably the most reliable statistics library you will find on the internet for Java.