bundles / scipy latest / scipy / stats / _mstats_basic / stde_median
function
scipy.stats._mstats_basic:stde_median
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: ndarrayData to trim.
axis: {None,int}, optionalAxis along which to perform the trimming. If None, the input array is first flattened.
Aliases
-
scipy.stats._mstats_basic.stde_median