seglir
Version:
Sequential Generalized Likelihood Ratio Tests for A/B-testing
31 lines (30 loc) • 711 B
JSON
{
"name": "seglir",
"description": "Sequential Generalized Likelihood Ratio Tests for A/B-testing",
"keywords": [
"statistics",
"A/B-testing"
],
"version": "1.0.0",
"author": "Audun Mathias Øygard <amoygard@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/auduno/seglir.git"
},
"bugs": {
"url": "https://github.com/auduno/seglir/issues"
},
"main": "SeGLiR.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0"
},
"dependencies": {
"jStat": ">=1.0.6"
},
"homepage": "https://github.com/auduno/seglir",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}