


lyngby_idf_chi2 - Invers X^2 distribution function
function x = lyngby_idf_chi2(r, F)
Input: r Degrees of freedom
F Percentile (Optional, default 0.95)
Output: x Invers value
Uses bisection with calls to lyngby_cdf_chi2
See also: lyngby_cdf_chi2