brown-forsythe-test
Version:
Perform the Brown-Forsythe statistical test for equality of group variances
33 lines (32 loc) • 752 B
JSON
{
"name": "brown-forsythe-test",
"version": "1.0.0",
"description": "Perform the Brown-Forsythe statistical test for equality of group variances",
"main": "src/brown-forsythe.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/lukem512/brown-forsythe-test.git"
},
"keywords": [
"Brown-Forsythe",
"statistics",
"anova",
"analysis",
"of",
"variance",
"equality",
"stats"
],
"author": "Luke Mitchell",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukem512/brown-forsythe-test/issues"
},
"homepage": "https://github.com/lukem512/brown-forsythe-test",
"dependencies": {
"statistical-methods": "^1.0.3"
}
}