cf.FieldAncillary.mean¶
-
FieldAncillary.
mean
()[source]¶ The unweighted mean the data array.
Examples 1: >>> d = f.mean()
Returns: - out:
cf.Data
The unweighted mean the data array.
Examples 2: >>> f.data <CF Data: [[[236.512756348, ..., 256.93371582]]] K> >>> f.mean() 280.192227593 >>> f.mean().data <CF Data: 280.192227593 K>
- out: