Java statistical packages [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
开发者_运维知识库Closed 9 years ago.
Improve this questionI am searching for java modules which i can include in my program to run various statiscal tests. So far I have found http://commons.apache.org/math/userguide/stat.html - Are there any other java sites which also supports statistical packages.
I need to incorporate the package in my program and call the functions to run the tests. Thanks
check this : http://math.nist.gov/javanumerics/
and this: http://www.fnordistan.com/jstats.html
Here is one more - https://code.google.com/p/java-statistical-analysis-tool/ . This library is written completely in Java.
精彩评论