bundles / scipy latest / scipy / stats / _mstats_extras / mjci
function
scipy.stats._mstats_extras:mjci
Signature
def mjci ( data , prob = (0.25, 0.5, 0.75) , axis = None ) Summary
Returns the Maritz-Jarrett estimators of the standard error of selected experimental quantiles of the data.
Parameters
data: ndarrayData array.
prob: sequence, optionalSequence of quantiles to compute.
axis: int or None, optionalAxis along which to compute the quantiles. If None, use a flattened array.
Aliases
-
scipy.stats._mstats_extras.mjci