Click or drag to resize
NormOneSampleChiSquaredTestP Property
Returns the probability of a larger chi-squared associated with the chi-squared test for variances.

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

Property Value

Type: Double
A double containing the probability of a larger chi-squared for the chi-squared test for variances.
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