Anova Model.FStatistic Property
Gets the F statistic for the regression.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The F statistic for the regression.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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
InvalidOperationException | The property is accessed before the model has been computed. |