pyinterp.core.Binning1DFloat32.variance¶
- Binning1DFloat32.variance(self: pyinterp.core.Binning2DFloat32, ddof: SupportsInt = 0) numpy.typing.NDArray[numpy.float32]¶
Compute the variance of values for points within each bin.
- Parameters:
ddof – Delta Degrees of Freedom. The divisor used in calculations is N -
ddof, where N represents the number of elements. By defaultddofis zero.- Returns:
Variance of values for points within each bin.