HypothesisTest.PValue Property

Gets the probability that the test statistic would take on the calculated value under the alternate hypothesis.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double PValue { get; }

Property Value

Double
The probability that the test statistic would take on the calculated value under the alternate hypothesis.

Remarks

The value of this property depends on whether the test is one-tailed or two-tailed, as specified by the HypothesisType property.

See Also