|  | GlobalCurveFitAnovaModelDegreesOfFreedom Property | 
            Gets the number of degrees of freedom for the model.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int ModelDegreesOfFreedom { get; }Public ReadOnly Property ModelDegreesOfFreedom As Integer
	Get
public:
property int ModelDegreesOfFreedom {
	int get ();
}member ModelDegreesOfFreedom : int with get
Property Value
Int32 Remarks
Remarks
            This equal to the number of parameters for the global fit.
            Note that if a parameter is not shared it is counted
            N times, where N is the number of datasets.
            
 See Also
See Also