{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _mstats_extras / mjci

function

scipy.stats._mstats_extras:mjci

source: /scipy/stats/_mstats_extras.py :264

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 : ndarray

Data array.

prob : sequence, optional

Sequence of quantiles to compute.

axis : int or None, optional

Axis along which to compute the quantiles. If None, use a flattened array.

Aliases

  • scipy.stats._mstats_extras.mjci