Exactness Enumeration
Enumerates the possible values that specify whether the calculations for a hypothesis test
should be exact or use an approximation.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum Exactness
Members
Default | 0 | The test should decide whether to compute an exact p-value or approximate it. |
Exact | 1 | The test should compute the exact p-value. |
Approximate | 2 | The test may compute an approximate p-value. |