scipy.stats.mstats.

mjci#

scipy.stats.mstats.mjci(data, prob=(0.25, 0.5, 0.75), axis=None)[source]#

Returns the Maritz-Jarrett estimators of the standard error of selected experimental quantiles of the data.

Deprecated since version 2.0.0: scipy.stats.mstats.mjci is deprecated as of SciPy 2.0.0 and will be removed, along with the scipy.stats.mstats namespace, in SciPy 2.4.0. SciPy offers no replacement for this function.

Parameters:
datandarray

Data array.

probsequence, optional

Sequence of quantiles to compute.

axisint or None, optional

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