Click or drag to resize
NormTwoSampleTTestNull Property
The Null hypothesis value for t-test for the mean.

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

Property Value

Type: Double
A double containing the hypothesis value.
Remarks
TTestNull = 0.0 by default.
See Also