Computes the Chi-squared inverse cumulative distribution function (InvCDF).
value to evaluate InvCDF
degrees of freedom
import mir.test: shouldApprox; 0.09516258.chi2InvCDF(2).shouldApprox == 0.2;
Chi-squared Distribution
See Implementation
Computes the Chi-squared inverse cumulative distribution function (InvCDF).