问题
I 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
回答1:
check this : http://math.nist.gov/javanumerics/
and this: http://www.fnordistan.com/jstats.html
回答2:
Here is one more - https://code.google.com/p/java-statistical-analysis-tool/ . This library is written completely in Java.
来源:https://stackoverflow.com/questions/5691768/java-statistical-packages