NormTwoSampleFTestDFnumerator Property |
The numerator degrees of freedom of the F test for equality of
variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int FTestDFnumerator { get; }
Public ReadOnly Property FTestDFnumerator As Integer
Get
public:
property int FTestDFnumerator {
int get ();
}
member FTestDFnumerator : int with get
Property Value
Type:
Int32
A
int containing the numerator degrees of freedom.
See Also