cf.Data.sum

Data.sum(axes=None, squeeze=True, mtol=1, i=False)[source]

Collapse axes with their sum.

Missing data array elements are omitted from the calculation.

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.

See also

max, min, mean, mid_range, sample_size, sd, sum_of_weights, sum_of_weights2, var

Examples

Previous topic

cf.Data.squeeze

Next topic

cf.Data.swapaxes

This Page