Click or drag to resize

KruskalWallisTestTable Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public KruskalWallisTable Table { get; }

Property Value

KruskalWallisTable
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