|
|
KolmogorovSmirnovTestHypothesis Enumeration |
Namespace: Accord.Statistics.Testing
| Member name | Value | Description | |
|---|---|---|---|
| SampleIsDifferent | 0 | Tests whether the sample's distribution is different from the reference distribution. | |
| SampleIsGreater | 1 | Tests whether the distribution of one sample is greater than the reference distribution, in a statistical sense. | |
| SampleIsSmaller | 2 | Tests whether the distribution of one sample is smaller than the reference distribution, in a statistical sense. |