scipy.stats.mstats.

hdquantiles_sd#

scipy.stats.mstats.hdquantiles_sd(data, prob=[0.25, 0.5, 0.75], axis=None)[源代码][源代码]#

Harrell-Davis 分位数估计的刀切法标准误差。

参数:
数据array_like

数据数组。

概率序列,可选

要计算的分位数序列。

int, 可选

计算分位数的轴。如果为 None,则使用展平的数组。

返回:
hdquantiles_sdMaskedArray

Harrell-Davis 分位数估计的标准误差。

参见

hdquantiles