Gets a table summarizing the result of the last-performed Kruskal-Wallis test.

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

Syntax

C#
public KruskalWallisTable Table { get; }
Visual Basic (Declaration)
Public ReadOnly Property Table As KruskalWallisTable
Visual C++
public:
property KruskalWallisTable^ Table {
	KruskalWallisTable^ get ();
}

Remarks

Returns a reference to a KruskalWallisTable that will be overwritten if the SetData() method is invoked on this KruskalWallisTest instance. If you want an independent copy of the table invoke Clone() on the reference returned by this property.

See Also