Cdf.ComplementaryChi Method |
Namespace: Imsl.Stat
where is the gamma
function. The value of the distribution function at the point
x is the probability that the random variable takes a value
greater than x.
For , Cdf.ComplementaryChi uses the
Wilson-Hilferty approximation (Abramowitz and Stegun 1964, equation
26.4.17) to the one minus the normal distribution, and method
Cdf.Normal is used to evaluate the normal distribution function.
For , Cdf.ComplementaryChi
uses series expansions to evaluate the distribution function. If
, Cdf.ComplementaryChi uses
the series 6.5.29 in Abramowitz and Stegun (1964), otherwise, it
uses the asymptotic expansion 6.5.32 in Abramowitz and Stegun.