Hypothesis Test.Significance Level Property
Gets the significance level used to test the null hypothesis.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The significance level used to test the null hypothesis.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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
Argument | The new value is less than 0 or greater than 1. |