bundles / scipy latest / scipy / stats / _mstats_extras / mquantiles_cimj
function
scipy.stats._mstats_extras:mquantiles_cimj
Signature
def mquantiles_cimj ( data , prob = (0.25, 0.5, 0.75) , alpha = 0.05 , axis = None ) Summary
Computes the alpha confidence interval for the selected quantiles of the data, with Maritz-Jarrett estimators.
Parameters
data: ndarrayData array.
prob: sequence, optionalSequence of quantiles to compute.
alpha: float, optionalConfidence level of the intervals.
axis: int or None, optionalAxis along which to compute the quantiles. If None, use a flattened array.
Returns
ci_lower: ndarrayThe lower boundaries of the confidence interval. Of the same length as
prob.ci_upper: ndarrayThe upper boundaries of the confidence interval. Of the same length as
prob.
Aliases
-
scipy.stats._mstats_extras.mquantiles_cimj