Gets the F statistic for the regression.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double FStatistic { get; }
Public ReadOnly Property FStatistic As Double
Get
public:
virtual property double FStatistic {
double get () sealed;
}
abstract FStatistic : float with get
override FStatistic : float with get
Property Value
Type:
DoubleThe F statistic for the regression.
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.
Reference