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.0.0
Syntax
C# |
---|
public double ChiSquaredTestP { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ChiSquaredTestP As Double |
Visual C++ |
---|
public: property double ChiSquaredTestP { double get (); } |
Field Value
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
where
is the
null hypothesis value as described in ChiSquaredTestNull.

