Gets or sets a value that indicates whether the test is one or two-tailed.

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Property HypothesisType As HypothesisType
C#
public HypothesisType HypothesisType { get; set; }
C++
public:
HypothesisType HypothesisType {
	HypothesisType get ();
	void set (HypothesisType value);
}

Value

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.