Enum CategoryStatisticType
Describes types of category statistics.
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public enum CategoryStatisticType
Fields
| Name | Description |
|---|---|
| CrossTabulation | A cross tabulation |
| CumulativePercent | The cumulative percent |
| Frequency | The frequency |
| InvalidCases | The number of invalid cases |
| Maximum | The maximum value |
| Minimum | The minimum value |
| Percent | The percent |
| StandardDeviation | The standard deviation |
| UseOther | A type of statistic not enumerated here |
| ValidCases | The number of valid cases |