Package Exports
- inv-chisquare-cdf
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (inv-chisquare-cdf) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Inverse Chi-squared cumulative distribution function

inv-chisquare-cdf is an alternative implementation of the jStat.chisquare.inv in the jStat package using ES6.
Install
$ npm install --save inv-chisquare-cdf
Functions
invChiSquareCDF(probability, degreeOfFreedom)Returns the inverse chi-square cdf with "degreeOfFreedom" for the "probability" using the Lanczos approximation.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