On Thu, 20 Oct 2022 23:26:37 -0000 [email protected] wrote: > As far as I can see, there is no equivalent numpy functionality. In fact, as > far as I'm aware, there isn't any fast alternative outside of > C/Cython/numba/..
We have cummulative histograms in silx ... and found it useful. Maybe it would worth having it in numpy. https://github.com/silx-kit/silx/blob/master/src/silx/math/chistogramnd.pyx#L110 Cheers, Jerome _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
