You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / lib / _function_base_impl / _quantile_unchecked

function

numpy.lib._function_base_impl:_quantile_unchecked

source: /numpy/lib/_function_base_impl.py :4500

Signature

def   _quantile_unchecked ( a q axis = None out = None overwrite_input = False method = linear keepdims = False weights = None weak_q = False )

Summary

Assumes that q is in [0, 1], and is an ndarray

Aliases

  • numpy.lib._function_base_impl._quantile_unchecked