NormTwoSampleTTest Property |
The test statistic 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 TTest { get; }
Public ReadOnly Property TTest As Double
Get
public:
property double TTest {
double get ();
}
member TTest : float with get
Property Value
Type:
Double
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