cf.Data.sum_of_weights2¶
-
Data.
sum_of_weights2
(axes=None, squeeze=False, mtol=1, weights=None, i=False, _preserve_partitions=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_weights
,var
Parameters: 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: