Click or drag to resize

WilcoxonSignedRankTestStatistic Property

Gets the value of the test statistic associated with this hypothesis test.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Statistic { get; }

Property Value

Double
Remarks
The Wilcoxon signed rank statistic is the sum of the postive signed ranks.
See Also