Returns the degrees of freedom for error.

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

Syntax

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

Field Value

A double representing the degrees of freedom for the error.

See Also