Represents the Kruskal-Wallis test.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.0.10170.0 (4.0.11005.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class KruskalWallisTest _
Inherits MultiSampleTest |
| Visual C++ |
|---|
public ref class KruskalWallisTest sealed : public MultiSampleTest |
| F# |
|---|
[<SealedAttribute>]
type KruskalWallisTest =
class
inherit MultiSampleTest
end |
Remarks
Inheritance Hierarchy
See Also