free-gaussian
Version:
A JavaScript model of a Gaussian distribution
28 lines (27 loc) • 666 B
JSON
{
"name": "free-gaussian",
"description": "A JavaScript model of a Gaussian distribution",
"version": "0.1.0",
"homepage": "https://github.com/freethenation/gaussian",
"repository": {
"type": "git",
"url": "https://github.com/freethenation/gaussian.git"
},
"licenses": {
"type": "MIT",
"url": "https://github.com/freethenation/gaussian/blob/master/LICENSE"
},
"main": "lib/gaussian",
"scripts": {
"test": "nodeunit test"
},
"engines": {
"node": ">= 0.6.0"
},
"keywords": [ "gaussian", "normal", "distribution", "stats", "statistics" ],
"dependencies": {
},
"devDependencies": {
"nodeunit": "0.7.x"
}
}