pyinterp.core.Histogram2DFloat64.quantile¶
- Histogram2DFloat64.quantile(self: pyinterp.core.Histogram2DFloat64, q: float = 0.5) numpy.ndarray[numpy.float64] ¶
Compute the quantile of points within each bin.
- Parameters:
q – Quantile to compute.
- Returns:
Quantile of points within each bin.