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.0
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