HypothesisTest.GetPValue 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#
public virtual double GetPValue(
	HypothesisType type
)

Parameters

type  HypothesisType
Indicates whether the p-value should be one-tailed or two-tailed.

Return Value

Double
The probability that the test statistic would take on the calculated value under the hypothesis specified by type.

See Also