Numba#

Module with numba enhanced functions.

histogram(da, dims[, bins, density])

Numbify numpy.histogram to suport vectorized histograms.

searchsorted(da, v[, dims])

Numbify numpy.searchsorted to support vectorized computations.

ecdf(da[, dims, npoints])

Compute the x and y values of ecdf plots in a vectorized way.