bundles / numpy 2.4.3 / numpy / lib / _nanfunctions_impl / _nanmedian
function
numpy.lib._nanfunctions_impl:_nanmedian
Signature
def _nanmedian ( a , axis = None , out = None , overwrite_input = False ) Summary
Private function that doesn't support extended axis or keepdims. These methods are extended to this function using _ureduce See nanmedian for parameter usage
Aliases
-
numpy.lib._nanfunctions_impl._nanmedian