cf.Count.range¶
-
Count.
range
()[source]¶ The absolute difference between the maximum and minimum of the data array.
See also
maximum
,mean
,mid_range
,minimum
,sample_size
,standard_deviation
,sum
,variance
- Returns
Data
The absolute difference between the maximum and minimum of the data array.
Examples:
>>> f.data <CF Data(12, 73, 96): [[[236.512756348, ..., 256.93371582]]] K> >>> f.range() <CF Data(): 112.515182495 K>