Inverse chi-squared cumulative distribution function
npm install inv-chisquare-cdfinv-chisquare-cdf is an alternative implementation of the jStat.chisquare.inv in the jStat package using ES6.
$ npm install --save inv-chisquare-cdfinvChiSquareCDF(probability, degreeOfFreedom) * invRegLowGamma(p, a)
Returns the inverse of the lower regularized incomplete Gamma function evaluated at (p,a).
* regLowGamma(a, x)
Returns the lower regularized incomplete gamma function evaluated at (a,x).
* logGamma(x)
Returns the logarithm of the gamma function