TestType Enumeration
Describes the sidedness of a statistical test.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
Public Enumeration TestType
public enum class TestType
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.
|