Click or drag to resize
PartialCovariancesPartialDegreesOfFreedom Property
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.2.0
Syntax
public int PartialDegreesOfFreedom { get; }

Property Value

Type: Int32
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