cf.Data.mid_range¶
-
Data.mid_range(axes=None, squeeze=False, mtol=1, inplace=False, _preserve_partitions=False, i=False)[source]¶ Collapse axes with the unweighted average of their maximum and minimum values.
Missing data array elements are omitted from the calculation.
Parameters: axes: (sequence of)
int, optionalsqueeze:
bool, optionalReturns: DataThe collapsed array.
Examples:
TODO