Gets the significance level used to test the null hypothesis.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public double SignificanceLevel { get; set; }
|
| Visual Basic (Declaration) |
Public Property SignificanceLevel As Double
Get
Set
|
| Visual C++ |
public:
property double SignificanceLevel {
double get ();
void set (double value);
}
|
| F# |
member SignificanceLevel : float with get, set
|
Field Value
The significance level used to test the null hypothesis.
Remarks
Exceptions
See Also