Learn R Programming

PEIP (version 1.7)

chi2cdf: Chi-Sq CDF

Description

Computes the Chi^2 CDF, using a transformation to N(0,1) on page 333 of Thistead, Elements of Statistical Computing.

Usage

chi2cdf(x, n)

Arguments

x
end value of chi^2 pdf to integrate to. (scalar)
n
degrees of freedom (scalar)

Value

  • pprobability that Chi^2 random variable is less than or equal to x (scalar).

Details

Note that x and m must be scalars.

References

Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.