ttest
Version:
Perform the Student's t hypothesis test
27 lines (26 loc) • 535 B
JSON
{
"name": "ttest",
"description": "Perform the Student's t hypothesis test",
"version": "4.0.0",
"author": "Andreas Madsen <amwebdk@gmail.com>",
"main": "./hypothesis.js",
"scripts": {
"test": "tap test/simple/*"
},
"repository": {
"type": "git",
"url": "git://github.com/AndreasMadsen/ttest.git"
},
"keywords": [
"hypothesis",
"student t"
],
"dependencies": {
"summary": "^2.0.0",
"distributions": "^2.1.0"
},
"devDependencies": {
"tap": "^14.0.0"
},
"license": "MIT"
}