cf.CellMeasure.mean¶
- CellMeasure.mean()[source]¶
The unweighted mean the data array.
See also
maximum
,mid_range
,minimum
,range
,sample_size
,standard_deviation
,sum
,variance
- Returns:
Data
The unweighted mean the data array.
Examples
>>> f.data <CF Data(12, 73, 96): [[[236.512756348, ..., 256.93371582]]] K> >>> f.mean() <CF Data(): 280.192227593 K>