Click or drag to resize
Accord.NET (logo)

DistributionTail Enumeration

Hypothesis type

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public enum DistributionTail
Members
  Member nameValueDescription
TwoTail0 The test considers the two tails from a probability distribution.
OneUpper1 The test considers the upper (right) tail from a probability distribution.
OneLower2 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