标签: java statistics
我想使用apache commons math 3.0库从一组数据生成直方图。我一直在查看他们的文档(http://commons.apache.org/math/apidocs/index.html),但无法找到答案。有人知道吗?
答案 0 :(得分:0)
您需要在此处使用Frequency类,chech API文档:http://commons.apache.org/math/apidocs/org/apache/commons/math3/stat/Frequency.html