WilcoxonSignedRankTest.EffectiveSampleSize Property

Gets the number of nonzero differences used by the test.

Definition

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

Property Value

Int32

Remarks

Zero differences are excluded before ranking.

See Also