HypothesisTest.SignificanceLevel Property
Gets the significance level used to test the null hypothesis.
DefinitionPermalink
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The significance level used to test the null hypothesis.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public double SignificanceLevel { get; set; }
Property ValuePermalink
DoubleThe significance level used to test the null hypothesis.
RemarksPermalink
This property is used by the Reject(), GetUpperCriticalValue(), and GetLowerCriticalValue() methods.
The default value is 0.05.
ExceptionsPermalink
Argument | The new value is less than 0 or greater than 1. |