Click or drag to resize

HypothesisType Enumeration

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum HypothesisType
Members
Member nameValueDescription
Right0 One-sided form to the right, H1: mu > mu0.
Left1 One-sided form to the left, H1: mu < mu0.
TwoSided2 Two-sided form, H1: mu != mu0.
See Also