Gets the significance level used to test the null hypothesis.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double SignificanceLevel { get; set; }
Public Property SignificanceLevel As Double
Get
Set
public:
property double SignificanceLevel {
double get ();
void set (double value);
}
member SignificanceLevel : float with get, set
Property Value
Type:
DoubleThe significance level used to test the null hypothesis.
This property is used by the Reject,
GetUpperCriticalValue, and GetLowerCriticalValue methods.
The default value is 0.05.
Reference