|  | GlobalCurveFitAnovaFstatistic Property | 
            Gets the overall F-statistic for the model.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
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
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
See Also