TestResultProbability Property
Gets the P-value of the statistical test.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public double Probability { get; }
Public ReadOnly Property Probability As Double
Get
public:
property double Probability {
double get ();
}
member Probability : float with get
Property Value
DoubleThe probability, under the test's null hypothesis,
of obtaining such an extreme value of the statistic.