Friedman Test.Kendall W 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
public double KendallW { get; }Property Value
DoubleRemarks
This value is computed as Statistic / (BlockCount * (TreatmentCount - 1)).
When CorrectForTies is enabled, the tie-corrected Friedman statistic is used.