Enumeration for specifying the form of an alternative hypothesis in a hypothesis test.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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 nameDescription
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.

See Also