Click or drag to resize
NormTwoSampleChiSquaredTestDF Property
The degrees of freedom associated with the chi-squared test for the common, or pooled, variances.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public int ChiSquaredTestDF { get; }

Property Value

Type: Int32
A int which specifies the degrees of freedom 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