FriedmanTest.KendallW Property

Gets Kendall's coefficient of concordance derived from the reported Friedman statistic.

Definition

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

Property Value

Double

Remarks

This value is computed as Statistic / (BlockCount * (TreatmentCount - 1)). When CorrectForTies is enabled, the tie-corrected Friedman statistic is used.

See Also