Java statistical packages [closed]

旧街凉风 提交于 2019-12-12 07:40:44

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!