scipy.stats.mstats.

hdquantiles_sd#

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

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

参数:
dataarray_like

数据数组。

probsequence, optional

要计算的分位数序列。

axisint, optional

计算分位数所沿的轴。 如果为 None,则使用扁平化数组。

返回:
hdquantiles_sdMaskedArray

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

参见

hdquantiles