NormTwoSampleTTestDF Property |
The degrees of freedom for the Satterthwaite's approximation for
t-test for either equal or unequal variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TTestDF { get; }
Public ReadOnly Property TTestDF As Double
Get
public:
property double TTestDF {
double get ();
}
member TTestDF : float with get
Property Value
Type:
Double
A
double containing the degrees of freedom for the
t-test.
Remarks
If
UnequalVariances
is
true then the degrees of freedom for unequal variances will
be returned.
See Also