NormOneSampleChiSquaredTestP Property |
Returns the probability of a larger chi-squared associated with the
chi-squared test for variances.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ChiSquaredTestP { get; }
Public ReadOnly Property ChiSquaredTestP As Double
Get
public:
property double ChiSquaredTestP {
double get ();
}
member ChiSquaredTestP : float with 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
where
is the
null hypothesis value as described in
ChiSquaredTestNull.
See Also