Wilcoxon Signed Rank Test.Exactness Property
Gets or sets whether p-values are computed exactly or approximately.
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 Exactness Exactness { get; set; }Property Value
ExactnessRemarks
Exact p-values are available only when there are no ties and the effective sample size is at most 50.
In Default, ties force the normal approximation.