The test statistic associated with the chi-squared test for common, or pooled, variances.

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

Syntax

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

Field Value

A double containing the test statistic for the chi-squared test.

Remarks

The chi-squared test is a test of the hypothesis \omega^2 = \omega_0^2 where  \omega_0^2 is the null hypothesis value as described in ChiSquaredTestNull.

See Also