The KStestDistributionType enumeration contains laws of distribution for an observed random value.
It is used by the following property:
Value | Brief description | |
0 | Normal. Normal distribution. | |
1 | Uniform. Uniform distribution. | |
2 | Gamma. Gamma distribution. | |
3 | Beta. Beta distribution. | |
4 | Binomial. Binomial distribution. | |
5 | Exponential. Exponential distribution. | |
6 | Poisson. Poisson distribution. | |
7 | Fisher. Fisher distribution. | |
8 | Chi2. Chi square distribution. | |
9 | Student. Student's distribution. | |
10 | LogNorm. Lognormal distribution. |
See also: