Click or drag to resize
NormOneSampleTTest Property
Returns the test statistic associated with the t test.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double TTest { get; }

Property Value

Type: Double
A double containing the test statistic for the t test.
Remarks
The t test is a test, against a two-sided alternative, of the null hypothesis value described in TTestNull.
See Also