IMSL C# Numerical Library

NormOneSample.ChiSquaredTestDF Property

Returns the degrees of freedom associated with the chi-squared test for variances.

public int ChiSquaredTestDF {get;}

Property Value

A int containing 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

NormOneSample Class | Imsl.Stat Namespace