bundles / scipy 1.17.1 / scipy / stats / _mstats_extras / median_cihs
function
scipy.stats._mstats_extras:median_cihs
Signature
def median_cihs ( data , alpha = 0.05 , axis = None ) Summary
Computes the alpha-level confidence interval for the median of the data.
Extended Summary
Uses the Hettmasperger-Sheather method.
Parameters
data: array_likeInput data. Masked values are discarded. The input should be 1D only, or
axisshould be set to None.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
: median_cihsAlpha level confidence interval.
Aliases
-
scipy.stats._mstats_extras.median_cihs