Gets and sets the alpha level associated with this hypothesis test.

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

Syntax

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

See Also