Click or drag to resize

WilcoxonSignedRankTestExactPValue Property

Gets and sets a boolean value indicating whether an exact p-value should be computed, or a normal approximation should be used.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ExactPValue { get; set; }

Property Value

Boolean
Remarks
If true, an exact p-value is computed by enumerating all possible combinations of the test statistic given n; otherwise, a normal approximation is used.
See Also