使用Apache Commons Math从数字系列中获取中位数

Ste*_*Kuo 12 java math apache-commons median

使用Apache Commons Math,如何从一系列数字中获得中位数?

下议院数学用户指南DescriptiveStatistics支持位,但在用于描述统计学JavaDoc中没有提到这一点.确实提到几何平均值,这和中位数是一样的吗?

我确实看到了getPercentile(double).是getPercentile(50)一样的中位数?

Lou*_*man 15

DescriptiveStatistics.getPercentile

根据定义,第50百分位是中位数.