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

Property ValuePermalink

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

ArgumentOutOfRangeException

The new value is less than 0 or greater than 1.

See AlsoPermalink