Gets and sets the form of the alternative hypothesis associated with this hypothesis test.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

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

See Also