NormOneSampleTTestNull Property |
Sets the Null hypothesis value for t test for the mean.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TTestNull { get; set; }
Public Property TTestNull As Double
Get
Set
public:
property double TTestNull {
double get ();
void set (double value);
}
member TTestNull : float with get, set
Property Value
Type:
Double
A
double containing the hypothesis value.
Remarks TTestNull = 0.0 by default.
See Also