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

bundles / numpy 2.4.3 / numpy / lib / _histograms_impl / _search_sorted_inclusive

function

numpy.lib._histograms_impl:_search_sorted_inclusive

source: /numpy/lib/_histograms_impl.py :457

Signature

def   _search_sorted_inclusive ( a v )

Summary

Like searchsorted, but where the last item in v is placed on the right.

Extended Summary

In the context of a histogram, this makes the last bin edge inclusive

Aliases

  • numpy.lib._histograms_impl._search_sorted_inclusive