PValueStatus Enumeration

Specifies whether a reported p-value is an exact computed value, a bound, or unavailable.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
C#
public enum PValueStatus

Members

Computed0 The reported p-value is the computed p-value.
UpperBound1 The reported p-value is an upper bound for the true p-value.
LowerBound2 The reported p-value is a lower bound for the true p-value.
NotAvailable3 A p-value is not available.

See Also