Click or drag to resize

TestResultProbability Property

Gets the P-value of the statistical test.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double Probability { get; }

Property Value

Type: Double
The probability, under the test's null hypothesis, of obtaining such an extreme value of the statistic.
See Also