CHI2(nu, chi2 [, /COMPLEMENT, /LOG])
Returns the value of the chi-square probability function at ordinate
chi2, for nu degrees of freedom. This is
equal to IGAMMA(nu/2, chi2/2). Returns one minus
this value if keyword /COMPLEMENT is specified. Returns the
natural logarithm of the result if keyword /LOG is specified.
See also: IGAMMA, Statistical Functions
[2.11.226]