Next: classname, Previous: checkwindow, Up: Internal Routines [Contents][Index]
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