The significance level of the test

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.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);
}

Field Value

A double scalar containing the significance level of test.

Remarks

Alpha must be in the interval [0.01, 0.10]. By default, Alpha = 0.01.

See Also