The number of degrees of freedom.

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

Syntax

C#
public int DegreesOfFreedom { get; set; }
Visual Basic (Declaration)
Public Property DegreesOfFreedom As Integer
Visual C++
public:
property int DegreesOfFreedom {
	int get ();
	void set (int value);
}

Field Value

An int value specifying the number of degrees of freedom in the input matrix.

Remarks

If this property is not set, 100 degrees of freedom are assumed.

See Also