Click or drag to resize
Accord.NET (logo)

TwoSampleKolmogorovSmirnovTestHypothesis Enumeration

Test hypothesis for the two-sample Kolmogorov-Smirnov tests.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum TwoSampleKolmogorovSmirnovTestHypothesis
Members
  Member nameValueDescription
SamplesDistributionsAreUnequal0 Tests whether samples have been drawn from significantly unequal distributions.
FirstSampleIsLargerThanSecond1 Tests whether the distribution of one sample is greater than the other, in a statistical sense.
FirstSampleIsSmallerThanSecond2 Tests whether the distribution of one sample is smaller than the other, in a statistical sense.
See Also