Returns the chi-square statistic for the chi-squared goodness-of-fit test.

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

Syntax

C#
public double ChiSquared { get; }
Visual Basic (Declaration)
Public ReadOnly Property ChiSquared As Double
Visual C++
public:
property double ChiSquared {
	double get ();
}

Field Value

A double scalar containing the chi-square statistic.

Remarks

Returns Double.NaN for other tests.

See Also