KruskalWallisTest.CorrectForTies Property

Gets or sets whether the Kruskal-Wallis statistic should be corrected for ties.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool CorrectForTies { get; set; }

Property Value

Boolean
true if the correction should be applied; otherwise false.

See Also