UNPKG

inv-chisquare-cdf

Version:

Inverse chi-squared cumulative distribution function

43 lines (42 loc) 1.05 kB
{ "name": "inv-chisquare-cdf", "version": "1.0.1", "description": "Inverse chi-squared cumulative distribution function", "main": "src/index.js", "scripts": { "test": "mocha src", "watch": "mocha -w src", "coverage": "nyc npm test", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/zetos/inv-chisquare-cdf.git" }, "keywords": [ "inverse", "chi", "squared", "cdf", "mathematics", "lanczos", "approximation", "gamma" ], "author": "Zetos Lima <cesar_manoel@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/zetos/inv-chisquare-cdf/issues" }, "homepage": "https://github.com/zetos/inv-chisquare-cdf#readme", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.6", "eslint": "^6.2.2", "eslint-config-google": "^0.13.0", "eslint-plugin-mocha": "^6.1.0", "mocha": "^6.2.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^14.1.1" } }