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.