Enumeration for specifying the form of an alternative hypothesis in a
hypothesis test.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public enum HypothesisType |
| Visual Basic (Declaration) |
|---|
Public Enumeration HypothesisType |
| Visual C++ |
|---|
public enum class HypothesisType |
Members
| Member name | Description | |
|---|---|---|
| Right |
One-sided form to the right, H1: mu > mu0.
| |
| Left |
One-sided form to the left, H1: mu < mu0.
| |
| TwoSided |
Two-sided form, H1: mu != mu0.
|