Gets the probability that the test statistic would take on the calculated value under the alternate hypothesis.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double PValue { get; }
Public ReadOnly Property PValue As Double
Get
public:
property double PValue {
double get ();
}
member PValue : float with get
Property Value
Type:
DoubleThe probability that the test statistic would take on the calculated value under the alternate hypothesis.
The value of this property depends on whether the test is one-tailed or two-tailed, as specified
by the HypothesisType property.
Reference