HypothesisTest.SignificanceLevel 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#
public double SignificanceLevel { get; set; }

Property Value

Double
The 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.

See Also