Gets and sets the default form of the alternative hypothesis associated with OneSampleTTests.

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

Syntax

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

See Also