Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inv-chisquare-cdf

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inv-chisquare-cdf - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

.travis.yml

14

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc