Hypothesis Test.Get PValue Method
Gets the probability that the test statistic would take on the calculated value under the specified alternate hypothesis.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The probability that the test statistic would take on the calculated value under the hypothesis specified by type.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual double GetPValue(
HypothesisType type
)
Parameters
- type HypothesisType
- Indicates whether the p-value should be one-tailed or two-tailed.
Return Value
DoubleThe probability that the test statistic would take on the calculated value under the hypothesis specified by type.