SciPy

This is documentation for an old release of SciPy (version 1.6.3). Read this page in the documentation of the latest stable release (version 1.15.1).

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.

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.

Previous topic

scipy.stats.mstats.median_cihs

Next topic

scipy.stats.mstats.mquantiles_cimj