Represents a test that two samples come from the same, unspecified distribution.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public sealed class TwoSampleKolmogorovSmirnovTest : TwoSampleTest
|
| Visual Basic (Declaration) |
Public NotInheritable Class TwoSampleKolmogorovSmirnovTest _
Inherits TwoSampleTest
|
| Visual C++ |
public ref class TwoSampleKolmogorovSmirnovTest sealed : public TwoSampleTest
|
| F# |
[<SealedAttribute>]
type TwoSampleKolmogorovSmirnovTest =
class
inherit TwoSampleTest
end
|
Remarks
Inheritance Hierarchy
See Also