Anova Model.PValue Property
Gets the probability corresponding to the F statistic for the regression.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The probability corresponding to the F statistic for the regression.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double PValue { get; }
Property Value
DoubleThe probability corresponding to the F statistic for the regression.
Remarks
This property returns the significance of the model as a probability. It is the p-value of the FStatistic for the model, which compares the variance attributed to the model with the variance of the residual.
Exceptions
Invalid | The property is accessed before the model has been computed. |