numpy.quantile — NumPy v1.23.dev0 Manual
numpy.org › generated › numpynumpy.quantile ¶. numpy.quantile. ¶. Compute the q-th quantile of the data along the specified axis. New in version 1.15.0. Input array or object that can be converted to an array. Quantile or sequence of quantiles to compute, which must be between 0 and 1 inclusive. Axis or axes along which the quantiles are computed.
numpy.quantile — NumPy v1.15 Manual - SciPy
docs.scipy.org › generated › numpyJul 24, 2018 · numpy.quantile ¶. numpy.quantile. ¶. Compute the ` q`th quantile of the data along the specified axis. ..versionadded:: 1.15.0. Input array or object that can be converted to an array. Quantile or sequence of quantiles to compute, which must be between 0 and 1 inclusive. Axis or axes along which the quantiles are computed.
numpy.percentile — NumPy v1.22 Manual
numpy.org › doc › stableJun 22, 2021 · numpy.percentile ¶. numpy.percentile. ¶. Compute the q-th percentile of the data along the specified axis. Returns the q-th percentile (s) of the array elements. Input array or object that can be converted to an array. Percentile or sequence of percentiles to compute, which must be between 0 and 100 inclusive.