ANOVATotalDegreesOfFreedom Property |
Returns the total degrees of freedom.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TotalDegreesOfFreedom { get; }
Public ReadOnly Property TotalDegreesOfFreedom As Double
Get
public:
property double TotalDegreesOfFreedom {
double get ();
}
member TotalDegreesOfFreedom : float with get
Property Value
Type:
Double
A
double representing the total degrees of freedom.
See Also