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