StatisticEnum
Version Info
| Introduced | Deprecated | Updated |
|---|
| 1.2 | | |
Enumeration Literals
| Name | Int | Dep | Upd | Description | | AVERAGE | 1.2 | | | mathematical average value calculated for the data item during the calculation period. |
KURTOSIS | 1.2 | 1.6 | | DEPRECATED in Version 1.6. A measure of the “peakedness” of a probability distribution; i.e., the shape of the distribution curve. |
| MAXIMUM | 1.2 | | | maximum or peak value recorded for the data item during the calculation period. |
| MEDIAN | 1.2 | | | middle number of a series of numbers. |
| MINIMUM | 1.2 | | | minimum value recorded for the data item during the calculation period. |
| MODE | 1.2 | | | number in a series of numbers that occurs most often. |
| RANGE | 1.2 | | | difference between the maximum and minimum value of a data item during the calculation period. Also represents Peak-to-Peak measurement in a waveform. |
| ROOT_MEAN_SQUARE | 1.2 | | | mathematical Root Mean Square (RMS) value calculated for the data item during the calculation period. |
| STANDARD_DEVIATION | 1.2 | | | statistical Standard Deviation value calculated for the data item during the calculation period. |