bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _nanfunctions_impl / _nanquantile_ureduce_func
function
numpy.lib._nanfunctions_impl:_nanquantile_ureduce_func
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_nanfunctions_impl.py :1605
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 ) 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