Hypothesis Test.Significance Level Property
Gets the significance level used to test the null hypothesis.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The significance level used to test the null hypothesis.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double SignificanceLevel { get; set; }
Property Value
DoubleThe significance level used to test the null hypothesis.
Remarks
This property is used by the Reject(), GetUpperCriticalValue(), and GetLowerCriticalValue() methods.
The default value is 0.05.
Exceptions
ArgumentOutOfRangeException | The new value is less than 0 or greater than 1. |