Click or drag to resize
MultipleComparisonsAlpha Property
The significance level of the test

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Alpha { 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