IMSL C# Numerical Library

NormTwoSample.TTestDF Property

The degrees of freedom for the Satterthwaite's approximation for t-test for either equal or unequal variances.

public double TTestDF {get;}

Property 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.

See Also

NormTwoSample Class | Imsl.Stat Namespace