chi2cdf | R Documentation |
Computes the Chi^2 CDF, using a transformation to N(0,1) on page 333 of Thistead, Elements of Statistical Computing.
chi2cdf(x, n)
x |
end value of chi^2 pdf to integrate to. (scalar) |
n |
degrees of freedom (scalar) |
Note that x and m must be scalars.
p |
probability that Chi^2 random variable is less than or equal to x (scalar). |
Jonathan M. Lees<jonathan.lees@unc.edu>
Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.
x= seq(from=0.1, to=0.9, length=20)
chi2cdf(x , 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.