Returns the degrees of freedom for the chi-squared tests associated with the table.

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

Syntax

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

Field Value

An int scalar containing the degrees of freedom for the chi-squared tests associated with the table.

See Also