Gets and sets the default alpha level associated with OneSampleTTests.

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

Syntax

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

See Also