Click or drag to resize
Accord.NET (logo)

KolmogorovSmirnovTestHypothesis Enumeration

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum KolmogorovSmirnovTestHypothesis
Members
  Member nameValueDescription
SampleIsDifferent0 Tests whether the sample's distribution is different from the reference distribution.
SampleIsGreater1 Tests whether the distribution of one sample is greater than the reference distribution, in a statistical sense.
SampleIsSmaller2 Tests whether the distribution of one sample is smaller than the reference distribution, in a statistical sense.
See Also