  | PLS1AnovaDegreesOfFreedom Property | 
            Gets the degrees of freedom for the data. This is 
            number of samples - number of components - 1.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
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