|  | GlobalCurveFitAnovaDegreesOfFreedom Property | 
            Gets the degrees of freedom
            
 Remarks
Remarks
            The is the total number of points used in the fit minus the number
            of parameters. Note that if a parameter is not shared it is counted
            N times, where N is the number of datasets.
            
 NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int DegreesOfFreedom { get; }Public ReadOnly Property DegreesOfFreedom As Integer
	Get
public:
property int DegreesOfFreedom {
	int get ();
}member DegreesOfFreedom : int with get
Property Value
Int32 See Also
See Also