|  | LinearRegressionAnovaErrorDegreesOfFreedom Property | 
            Gets the number of degrees of freedom for the model error.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int ErrorDegreesOfFreedom { get; }Public ReadOnly Property ErrorDegreesOfFreedom As Integer
	Get
public:
property int ErrorDegreesOfFreedom {
	int get ();
}member ErrorDegreesOfFreedom : int with get
Property Value
Int32 Remarks
Remarks
            This is equal to the number of observations minus the number of model 
            parameters.
            
 See Also
See Also