Exactness Enumeration
Enumerates the possible values that specify whether the calculations for a hypothesis test
should be exact or use an approximation.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |