WilcoxonSignedRankTest.UseContinuityCorrection Property

Gets or sets whether a continuity correction is applied in the normal approximation.

Definition

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

Property Value

Boolean

Remarks

When enabled, the observed W+ value is adjusted toward its expected value by 0.5.

See Also