pyinterp.core.Histogram2DFloat32.quantile#

Histogram2DFloat32.quantile(self: pyinterp.core.Histogram2DFloat32, q: float = 0.5) numpy.ndarray[numpy.float32]#

Compute the quantile of points within each bin.

Parameters:

q – Quantile to compute.

Returns:

Quantile of points within each bin.