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; }
Public ReadOnly Property Probability As Double
Get
public:
property double Probability {
double get ();
}
member Probability : float with get
Property Value
Type:
DoubleThe probability, under the test's null hypothesis,
of obtaining such an extreme value of the statistic.
See Also