chi-squared-test
Version:
A simple function for calculating the chi-squared probability for a given observation set and expected set"
26 lines (25 loc) • 561 B
JSON
{
"name": "chi-squared-test",
"version": "1.1.0",
"description": "A simple function for calculating the chi-squared probability for a given observation set and expected set\"",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chipbell4/chi-squared-test.git"
},
"keywords": [
"chi-squared",
"probability",
"chi",
"mathematics",
"inference"
],
"author": "Chip Bell",
"license": "MIT",
"dependencies": {
"chi-squared": "^1.1.0"
}
}