Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Tests Namespace


Extreme Optimization Statistics Library for .NET

TwoSampleKolmogorovSmirnovTest Class

Represents a test that two samples come from the same, unspecified distribution.

For a list of all members of this type, see TwoSampleKolmogorovSmirnovTest Members.

System.Object
   HypothesisTest
      TwoSampleTest
         TwoSampleKolmogorovSmirnovTest

[Visual Basic]
NotInheritable Public Class TwoSampleKolmogorovSmirnovTest
Inherits TwoSampleTest
[C#]
public sealed class TwoSampleKolmogorovSmirnovTest : TwoSampleTest

Remarks

Use the TwoSampleKolmogorovSmirnovTest to test the hypothesis that two samples come from the same, unknown distribution.

The samples must be fully specified. The Sample1 and Sample2 properties must be set.

To test whether a sample comes

Requirements

Namespace: Extreme.Statistics.Tests

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

TwoSampleKolmogorovSmirnovTest Members | Extreme.Statistics.Tests Namespace