 | LinearRegressionAnovaFStatistic Property |
Gets the overall F statistic for the model.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double FStatistic { get; }
Public ReadOnly Property FStatistic As Double
Get
public:
property double FStatistic {
double get ();
}
member FStatistic : float with get
Property Value
Double
Remarks
This is equal to the ratio of the mean squared for the regression to the
mean squared residual.
This is the statistic for a hypothesis test where the null hypothesis is
that all the parameters are equal to 0 and the alternative hypothesis is
that at least one parameter is nonzero.
See Also