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#
public enum Exactness

Members

Default0 The test should decide whether to compute an exact p-value or approximate it.
Exact1 The test should compute the exact p-value.
Approximate2 The test may compute an approximate p-value.

See Also