Sets the Null hypothesis value for t test for the mean.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double TTestNull { get; set; }
Visual Basic (Declaration)
Public Property TTestNull As Double
Visual C++
public:
property double TTestNull {
	double get ();
	void set (double value);
}

Field Value

A double containing the hypothesis value.

Remarks

TTestNull = 0.0 by default.

See Also