Class KruskalWallisTable summarizes the information of Kruskal-Wallis rank sum test.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class KruskalWallisTable : DataFrame, 
	ICloneable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class KruskalWallisTable _
	Inherits DataFrame _
	Implements ICloneable
Visual C++
[SerializableAttribute]
public ref class KruskalWallisTable : public DataFrame, 
	ICloneable

Remarks

Instances of KruskalWallisTable are obtained from a KruskalWallisTest object using the Table property, and cannot be constructed independently.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.DataFrame
    CenterSpace.NMath.Stats..::.KruskalWallisTable

See Also