Returns the degrees of freedom for the model.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double DegreesOfFreedomForModel { get; }
Visual Basic (Declaration)
Public ReadOnly Property DegreesOfFreedomForModel As Double
Visual C++
public:
property double DegreesOfFreedomForModel {
	double get ();
}

Field Value

A double representing the degrees of freedom for the model.

See Also