NormTwoSampleTTestP Property |
The approximate probability of a larger t for the
Satterthwaite's approximation for equal or unequal variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TTestP { get; }
Public ReadOnly Property TTestP As Double
Get
public:
property double TTestP {
double get ();
}
member TTestP : float with get
Property Value
Type:
Double
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