cf.Data.sum_of_weights2¶
-
Data.sum_of_weights2(axes=None, squeeze=False, mtol=1, weights=None, inplace=False, i=False, _preserve_partitions=False)[source]¶ Collapse axes with the sum of squares of weights.
Missing data array elements are omitted from the calculation.
See also
maximum,mean,mid_range,minimum,range,sample_size,sd,sum,sum_of_weights,var- Parameters
axes : (sequence of) int, optional
squeeze : bool, optional
- Returns
Examples: