PartialCovariancesPartialDegreesOfFreedom Property |
The degrees of freedom in the test that the
partial correlation (covariance) is zero.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int PartialDegreesOfFreedom { get; }
Public ReadOnly Property PartialDegreesOfFreedom As Integer
Get
public:
property int PartialDegreesOfFreedom {
int get ();
}
member PartialDegreesOfFreedom : int with get
Property Value
Type:
Int32Remarks
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