Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

chi

Chi function


Description

Chi function

Usage

chi(x, n)

Arguments

x

value

n

degrees of freedom

Value

function evaluated

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

References

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

Examples

x = seq(0, 10, length=100)
n = 5
y=chi(x, n)
plot(x, y)

PEIP

Geophysical Inverse Theory and Optimization

v2.2-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre]
Initial release
2020-08-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.