pyinterp.Binning1DFloat64.variance

pyinterp.Binning1DFloat64.variance#

Binning1DFloat64.variance(self, ddof: int = 0) numpy.ndarray[dtype=float64, shape=(*), order='C']#

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 default ddof is zero.

Returns:

Variance of values for points within each bin.