bundles / numpy 2.4.3 / numpy / lib / _nanfunctions_impl / _nanquantile_ureduce_func
function
numpy.lib._nanfunctions_impl:_nanquantile_ureduce_func
Signature
def _nanquantile_ureduce_func ( a : np.array , q : np.array , weights : np.array , axis : int | None = None , out = None , overwrite_input : bool = False , method = linear , weak_q = False ) Summary
Private function that doesn't support extended axis or keepdims. These methods are extended to this function using _ureduce See nanpercentile for parameter usage
Aliases
-
numpy.lib._nanfunctions_impl._nanquantile_ureduce_func