Describes the sidedness of a statistical test.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax Public Enumeration TestType
public enum class TestType
Members
| Member name | Value | Description |
---|
| LeftTailed | 0 |
The P-value gives the probability of obtaining a value as low as observed.
|
| RightTailed | 1 |
The P-value gives the probability of obtaining a value as high as observed.
|
| TwoTailed | 2 |
The P-values gives the probability of obtaining a value as large in absolute value as observed.
|
See Also