IMSL C# Numerical Library

NormTwoSample.TTest Property

The test statistic for the Satterthwaite's approximation for equal or unequal variances.

public double TTest {get;}

Property Value

A double containing the test statistic for the t-test.

Remarks

If UnequalVariances is true then the test statistic for unequal variances will be returned.

See Also

NormTwoSample Class | Imsl.Stat Namespace