NormTwoSampleChiSquaredTest Property |
The test statistic associated with the chi-squared test for common,
or pooled, variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ChiSquaredTest { get; }
Public ReadOnly Property ChiSquaredTest As Double
Get
public:
property double ChiSquaredTest {
double get ();
}
member ChiSquaredTest : float with get
Property Value
Type:
Double
A
double containing the test statistic for the chi-squared
test.
Remarks
The chi-squared test is a test of the hypothesis
where
is the null hypothesis value as
described in
ChiSquaredTestNull.
See Also