powered by
Computes the Chi^2 CDF, using a transformation to N(0,1) on page 333 of Thistead, Elements of Statistical Computing.
chi2cdf(x, n)
end value of chi^2 pdf to integrate to. (scalar)
degrees of freedom (scalar)
probability that Chi^2 random variable is less than or equal to x (scalar).
Note that x and m must be scalars.
Aster, R.C., C.H. Thurber, and B. Borchers, Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.
# NOT RUN { x= seq(from=0.1, to=0.9, length=20) chi2cdf(x , 3) # }
Run the code above in your browser using DataLab