PValue Status 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.7.0
public enum PValueStatusMembers
| Computed | 0 | The reported p-value is the computed p-value. |
| UpperBound | 1 | The reported p-value is an upper bound for the true p-value. |
| LowerBound | 2 | The reported p-value is a lower bound for the true p-value. |
| NotAvailable | 3 | A p-value is not available. |