bundles / scipy latest / scipy / stats / _mstats_extras / hdquantiles_sd
function
scipy.stats._mstats_extras:hdquantiles_sd
Signature
def hdquantiles_sd ( data , prob = (0.25, 0.5, 0.75) , axis = None ) Summary
The standard error of the Harrell-Davis quantile estimates by jackknife.
Parameters
data: array_likeData array.
prob: sequence, optionalSequence of quantiles to compute.
axis: int, optionalAxis along which to compute the quantiles. If None, use a flattened array.
Returns
hdquantiles_sd: MaskedArrayStandard error of the Harrell-Davis quantile estimates.
See also
Aliases
-
scipy.stats._mstats_extras.hdquantiles_sd