pyinterp.core.Binning1DFloat64.variance¶
- Binning1DFloat64.variance(self: pyinterp.core.Binning2DFloat64, ddof: int = 0) numpy.ndarray[numpy.float64] ¶
Compute the variance of values for points within each bin.
- Parameters:
ddof – Means Delta Degrees of Freedom. The divisor used in calculations is N -
ddof
, where N represents the number of elements. By defaultddof
is zero.- Returns:
Variance of values for points within each bin.