| ContingencyTable Properties |
The ContingencyTable type exposes the following members.
| Name | Description | |
|---|---|---|
| ChiSquared |
Returns the Pearson chi-squared test statistic.
| |
| ContingencyCoef |
Returns contingency coefficient.
| |
| CramersV |
Returns Cramer's V.
| |
| DegreesOfFreedom |
Returns the degrees of freedom for the chi-squared tests associated
with the table.
| |
| ExactMean |
Returns the exact mean.
| |
| ExactStdev |
Returns the exact standard deviation.
| |
| GSquared |
Returns the likelihood ratio G2 (chi-squared).
| |
| GSquaredP |
Returns the probability of a larger G2
(chi-squared).
| |
| NumberOfProcessors |
Perform the parallel calculations with the maximum possible number of
processors set to NumberOfProcessors.
| |
| P |
Returns the Pearson chi-squared p-value for independence of
rows and columns.
| |
| Phi |
Returns phi.
|