FriedmanTest.CorrectForTies Property

Gets or sets whether the Friedman statistic is corrected for ties within blocks.

Definition

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

Property Value

Boolean

Remarks

Average ranks are always used for ties. When this property is true, the reported statistic, p-value, and derived diagnostics use the tie-corrected Friedman statistic.

See Also