HistogramBinEdgesΒΆ

Compute the bin edges for a histogram.

Abstract Signature:

HistogramBinEdges(a: Tensor, bins: int | Tensor = 10, range: tuple | None, weights: Tensor | None)

JAX (Core)

API: jax.numpy.histogram_bin_edges
Strategy: Direct Mapping

NumPy

API: numpy.histogram_bin_edges
Strategy: Direct Mapping