ContingencyTableGSquared Property |
Returns the likelihood ratio G2 (chi-squared).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double GSquared { get; }
Public ReadOnly Property GSquared As Double
Get
public:
property double GSquared {
double get ();
}
member GSquared : float with get
Property Value
Type:
Double
A
double scalar containing the likelihood ratio
(chi-squared).
See Also