StatisticsType Enumeration
| Syntax | Constants |
|---|---|
Enum StatisticsType
scgStatTotalCount = 1
scgStatShapiroWilk = 2
scgStatKolmogorov = 4
scgStatChiSquare = 8
scgStatDescriptive = 16
scgStatCorrAndP = 32
scgStatRegression = 64
scgStatFAndP = 256
scgStatRSquare = 1024
scgStatMultipleRAndP = 2048
scgStatKruskalWallis = 4096
End Enum
|
|