Changes between Initial Version and Version 6 of Ticket #148
- Timestamp:
- 02/20/16 12:43:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #148
- Property Summary changed from New cell_methods: mabs/mibs/mebs/tabs to New cell_methods: mabs/mibs/mebs
-
Ticket #148 – Description
initial v6 9 9 == 3. Requirement 10 10 11 The statistics mabs/mibs/mebs /tabsstand for "Maximum absolute value",12 "Minimum absolute value", "Mean absolute value", and "Totalabsolute value", respectively.13 They are similar to max/min/mean /sumstatistics, and they can be useful11 The statistics mabs/mibs/mebs stand for "Maximum absolute value", 12 "Minimum absolute value", and "Mean absolute value", respectively. 13 They are similar to max/min/mean statistics, and they can be useful 14 14 in characterizing data when one wants positive-definite metrics. 15 15 mebs (unlike mean) does not allow positive and negative values to 16 16 compensate eachother. Unlike rms, mebs not does weight outliers 17 quadratically. NCO implements mabs/mibs/mebs /tabsas18 fundamental statistics (like max/min/mean /sum), and annotates the17 quadratically. NCO implements mabs/mibs/mebs as 18 fundamental statistics (like max/min/mean), and annotates the 19 19 cell_methods attribute of variables reduced by these statistics with 20 20 the strings "maximum_absolute_value", "minimum_absolute_value", 21 "mean_absolute_value" , and "sum_absolute_value".21 "mean_absolute_value". 22 22 23 23 == 4. Initial Statement of Technical Proposal … … 33 33 minimum_absolute_value u Minimum absolute value 34 34 mean_absolute_value u Mean absolute value 35 sum_absolute_value u The data values are representative of a sum or accumulation of the absolute values over the cell.36 35 }}} 37 36