Learn R Programming

PEIP (version 2.0-1)

chi: Chi function

Description

Chi function

Usage

chi(x, n)

Arguments

x

value

n

degrees of freedom

Value

function evaluated

References

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

Examples

Run this code
# NOT RUN {
x = seq(0, 10, length=100)
n = 5
y=chi(x, n)
plot(x, y)


# }

Run the code above in your browser using DataLab