HypothesisTest.HypothesisType Property

Gets or sets whether the test is one or two-tailed.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public HypothesisType HypothesisType { get; set; }

Property Value

HypothesisType
A HypothesisType value.

Remarks

Which hypothesis are allowed depends on the particular test. For example, a OneSampleZTest can be one-tailed or two-tailed, while a ChiSquareGoodnessOfFitTest can only be one-tailed upper.

See Also