The null hypothesis value for the chi-squared test.

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

Syntax

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

Field Value

A double containing the null hypothesis value for the chi-squared test.

Remarks

The default is 1.0.

See Also