Represents a test that two samples come from the same, unspecified distribution.
SystemObject Extreme.Statistics.TestsHypothesisTest Extreme.Statistics.TestsTwoSampleTestDouble Extreme.Statistics.TestsTwoSampleTest Extreme.Statistics.TestsTwoSampleKolmogorovSmirnovTest
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class TwoSampleKolmogorovSmirnovTest : TwoSampleTest
Public NotInheritable Class TwoSampleKolmogorovSmirnovTest
Inherits TwoSampleTest
public ref class TwoSampleKolmogorovSmirnovTest sealed : public TwoSampleTest
[<SealedAttribute>]
type TwoSampleKolmogorovSmirnovTest =
class
inherit TwoSampleTest
end
The TwoSampleKolmogorovSmirnovTest type exposes the following members.
Top
Top
Top
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
Reference