WilcoxonSignedRankTest.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#
public Exactness Exactness { get; set; }

Property Value

Exactness

Remarks

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.

See Also