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