Chi function
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.