IMSL C# Numerical Library

NormTwoSample.TTestP Property

The approximate probability of a larger t for the Satterthwaite's approximation for equal or unequal variances.

public double TTestP {get;}

Property Value

A double containing the probability for the t-test.

Remarks

If UnequalVariances is true then the approximate probability of a larger t for unequal variances will be returned.

See Also

NormTwoSample Class | Imsl.Stat Namespace