The degrees of freedom in the test that the partial correlation (covariance) is zero.

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

Syntax

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

Remarks

This will usually be df minus the rank of the the independent variables. number of independent variables, but will be greater than this value if the independent variables are computationally linearly related. If this value is not greater than one then there are not enough degrees of freedom for hypothesis testing. A warning is also issued in this case.

See Also