2.5.28 DataConsolidationFunction
The DataConsolidationFunction enumeration specifies the valid values of the data consolidation function in the BrtBeginSXDI (section 2.4.243) record.
The value of this enumeration MUST be a value from the following table.
Name |
Value |
Meaning |
---|---|---|
0x00000000 |
The sum of the values. |
|
0x00000001 |
The count of data values. |
|
0x00000002 |
The average of the values. |
|
0x00000003 |
The largest value. |
|
0x00000004 |
The smallest value. |
|
0x00000005 |
The product of the values. |
|
0x00000006 |
The count of data values that are numbers. |
|
0x00000007 |
An estimate of the standard deviation of a population, where the data to be summarized is a subset of the entire population. |
|
0x00000008 |
The standard deviation of a population, where the population is all of the data to be summarized. |
|
0x00000009 |
An estimate of the variance of a population, where the data to be summarized is a subset of the entire population. |
|
0x0000000A |
The variance of a population, where the population is all of the data to be summarized. |