Enum SummaryStatisticType
Defines types of summary statistics.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum SummaryStatisticType : int
Fields
Name | Description |
---|---|
EightDecile | The eight decile |
FifthDecile | The fifth decile |
FirstDecile | The first decile |
FirstQuartile | The first quartile |
FirstQuintile | The first quintile |
FourthDecile | The fourth decile |
FourthQuintile | The fourth quintile |
InvalidCases | The number of invalid cases |
Kurtosis | The kurtosis |
Maximum | The maximum |
Mean | The mean |
Median | The median |
Minimum | The minimum |
Mode | The mode |
NinthDecile | The ninth decile |
SecondDecile | The second decile |
SecondQuintile | The second quintile |
SeventhDecile | The seventh decile |
SixthDecile | The sixth decile |
Skewness | The skewness |
StandardDeviation | The standard deviation |
ThirdDecile | The third decile |
ThirdQuartile | The third quartile |
ThirdQuintile | The third quintile |
UseOther | A type of statistic not enumerated here |
ValidCases | The number of valid cases |
Variance | The variance |