cf.Data.sum_of_weights¶
-
Data.sum_of_weights(axes=None, squeeze=False, mtol=1, weights=None, i=False)[source]¶ Missing data array elements are omitted from the calculation.
See also
max,mean,mid_range,min,range,sample_size,sd,sum,sum_of_weights2,varParameters: axes : (sequence of) int, optional
squeeze : bool, optional
- i : bool, optional
If True then update the data array in place. By default a new data array is created.
Returns: - out : cf.Data
The collapsed array.
Examples: