BestFit Enumeration
| Syntax | Constants |
|---|---|
Enum BestFit
iNormal = 0
iLogNormal = 1
FoldedNormal = 2
iHalfNormal = 3
iRayleigh = 4
iWeibull = 5
iGaussianMixture = 6
iJohnson = 7
iGenExtreme = 8
iGenPareto = 9
iTriangular = 10
iBinomial = 11
iPoisson = 12
iGeometric = 13
iBernoulli = 14
iDiscrete = 15
End Enum
|
|