ContingencyTableContingencyCoef Property |
Returns contingency coefficient.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double ContingencyCoef { get; }
Public ReadOnly Property ContingencyCoef As Double
Get
public:
property double ContingencyCoef {
double get ();
}
member ContingencyCoef : float with get
Property Value
Type:
Double
A
double scalar containing the contingency coefficient based
on Pearson chi-squared statistic.
See Also