Hypothesis Test.PValue Property
Gets the probability that the test statistic would take on the calculated value under the alternate hypothesis.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
The probability that the test statistic would take on the calculated value under the alternate hypothesis.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
public double PValue { get; }
Property Value
DoubleThe 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.