Returns the probability of a larger G2 (chi-squared).

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

Syntax

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

Field Value

A double scalar containing the probability of a larger G2 (chi-squared).

See Also