Gets the probability that the test statistic would take on the calculated value under the null hypothesis.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property PValue As Double |
| C# |
|---|
public double PValue { get; } |
| C++ |
|---|
public: double PValue { double get (); } |
Value
The probability that the test statistic would take on the calculated value under the null hypothesis.
Remarks
The value of this property depends on whether the test is one-tailed or two-tailed.
The