Returns the likelihood ratio G2 (chi-squared).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double GSquared { get; }
Visual Basic (Declaration)
Public ReadOnly Property GSquared As Double
Visual C++
public:
property double GSquared {
	double get ();
}

Field Value

A double scalar containing the likelihood ratio G^2 (chi-squared).

See Also