{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _mstats_basic / stde_median

function

scipy.stats._mstats_basic:stde_median

source: /scipy/stats/_mstats_basic.py :2993

Signature

def   stde_median ( data axis = None )

Summary

Returns the McKean-Schrader estimate of the standard error of the sample median along the given axis. masked values are discarded.

Parameters

data : ndarray

Data to trim.

axis : {None,int}, optional

Axis along which to perform the trimming. If None, the input array is first flattened.

Aliases

  • scipy.stats._mstats_basic.stde_median