| chi | R Documentation | 
Chi function
chi(x, n)
| x | value | 
| n | degrees of freedom | 
function evaluated
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(0, 10, length=100)
n = 5
y=chi(x, n)
plot(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.