MultipleComparisonsAlpha Property |
The significance level of the test
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double Alpha { get; set; }
Public Property Alpha As Double
Get
Set
public:
property double Alpha {
double get ();
void set (double value);
}
member Alpha : float with get, set
Property Value
Type:
Double
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