inv-chisquare-cdf

1.0.1 • Public • Published

Inverse Chi-squared cumulative distribution function Build Status Coverage Status

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

Bibliography

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    193
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    193
  • 1.0.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i inv-chisquare-cdf

Weekly Downloads

193

Version

1.0.1

License

MIT

Unpacked Size

18 kB

Total Files

15

Last publish

Collaborators

  • zetos