The degrees of freedom for the Satterthwaite's approximation for
t-test for either equal or unequal variances.
Namespace:
Imsl.Stat
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double TTestDF { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property TTestDF As Double |
Visual C++ |
---|
public: property double TTestDF { double get (); } |
Field Value
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.