Friedman Test.Correct For Ties 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
public bool CorrectForTies { get; set; }Property Value
BooleanRemarks
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.