Click or drag to resize

GlobalCurveFitAnovaFstatistic Property

Gets the overall F-statistic for the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double Fstatistic { 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