inv-chisquare-cdf
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "inv-chisquare-cdf", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Inverse chi-squared cumulative distribution function", | ||
"main": "src/invChiSquareCDF.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "mocha src", | ||
"watch": "mocha -w src" | ||
"watch": "mocha -w src", | ||
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec src", | ||
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" | ||
}, | ||
@@ -32,7 +34,9 @@ "repository": { | ||
"chai": "^3.5.0", | ||
"eslint": "^3.16.1", | ||
"coveralls": "^2.12.0", | ||
"eslint": "^3.18.0", | ||
"eslint-config-google": "^0.7.1", | ||
"eslint-plugin-mocha": "^4.8.0", | ||
"eslint-plugin-mocha": "^4.9.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.2.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# Inverse Chi-squared cumulative distribution function | ||
# Inverse Chi-squared cumulative distribution function [![Build Status](https://travis-ci.org/zetos/inv-chisquare-cdf.svg?branch=master)](https://travis-ci.org/zetos/inv-chisquare-cdf) [![Coverage Status](https://coveralls.io/repos/github/zetos/inv-chisquare-cdf/badge.svg?branch=master)](https://coveralls.io/github/zetos/inv-chisquare-cdf?branch=master) | ||
@@ -21,5 +21,5 @@ **inv-chisquare-cdf** is an alternative implementation of the `jStat.chisquare.inv` in the *jStat* package using ES6. | ||
##Bibliography | ||
## Bibliography | ||
* [jStat](https://github.com/jstat/jstat) | ||
* [Lanczos approximation](https://en.wikipedia.org/wiki/Lanczos_approximation) | ||
* [Inverse-chi-squared distribution](https://en.wikipedia.org/wiki/Inverse-chi-squared_distribution) |
@@ -18,5 +18,1 @@ const invRegLowGamma = require('./invRegLowGamma.js'); | ||
}; | ||
// inv: function(p, dof) { | ||
// return 2 * jStat.gammapinv(p, 0.5 * dof); | ||
// } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18558
16
371
0
7