pyinterp.core.Histogram2DFloat32.quantile

pyinterp.core.Histogram2DFloat32.quantile#

Histogram2DFloat32.quantile(self: pyinterp.core.Histogram2DFloat32, q: SupportsFloat = 0.5) numpy.typing.NDArray[numpy.float32]#

Compute the quantile of points within each bin.

Parameters:

q – Quantile to compute.

Returns:

Quantile of points within each bin.