EnumerationsStatisticsEnum Enumeration |
Statistics to execute
Namespace:
Biolomics.SharedClasses
Assembly:
Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum StatisticsEnum
Public Enumeration StatisticsEnum
Members
| Member name | Value | Description |
---|
| All | 0 |
All
|
| Minimum | 1 |
The minimum
|
| Maximum | 2 |
The maximum
|
| Mean | 3 |
The mean
|
| Median | 4 |
The median
|
| LowPercentile | 5 |
The low percentile
|
| HighPercentile | 6 |
The high percentile
|
| Variance | 7 |
The variance
|
| StandardDeviation | 8 |
The standard deviation
|
| Kurtosis | 9 |
The kurtosis
|
| Skewness | 11 |
The skewness
|
| NumberObservations | 12 |
The number observations
|
See Also