TwoSampleKolmogorovSmirnovTestHypothesis Enumeration |
Namespace: Accord.Statistics.Testing
Member name | Value | Description | |
---|---|---|---|
SamplesDistributionsAreUnequal | 0 | Tests whether samples have been drawn from significantly unequal distributions. | |
FirstSampleIsLargerThanSecond | 1 | Tests whether the distribution of one sample is greater than the other, in a statistical sense. | |
FirstSampleIsSmallerThanSecond | 2 | Tests whether the distribution of one sample is smaller than the other, in a statistical sense. |