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

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double TTestP { get; }
Visual Basic (Declaration)
Public ReadOnly Property TTestP As Double
Visual C++
public:
property double TTestP {
	double get ();
}

Field 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