|
DistributionTail Enumeration
|
Hypothesis type
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public enum DistributionTail
Public Enumeration DistributionTail
Members
| Member name | Value | Description |
---|
| TwoTail | 0 |
The test considers the two tails from a probability distribution.
|
| OneUpper | 1 |
The test considers the upper (right) tail from a probability distribution.
|
| OneLower | 2 |
The test considers the lower (left) tail from a probability distribution.
|
Remarks
The type of the hypothesis being made expresses the way in
which a value of a parameter may deviate from that assumed
in the null hypothesis. It can either state that a value is
higher, lower or simply different than the one assumed under
the null hypothesis.
See Also