chi2inv | R Documentation |
Inverse Chi-Sq
chi2inv(x, n)
x |
probability that Chi^2 random variable is less than or equal to x (scalar). |
n |
degrees of freedom(scalar) |
Computes the inverse Chi^2 distribution corresponding to a given probability that a Chi^2 random variable with the given degrees of freedom is less than or equal to x. Uses chi2cdf.m.
corresponding value of x for given probability.
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.
chi, chi2cdf
x = seq(from=0.1, to=0.9, length=10)
h = chi2cdf(x, 3)
chi2inv(h, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.