calculate-correlation
Version:
Calculates the correlation coefficient of two arrays. Simple, with no dependencies
37 lines (36 loc) • 923 B
JSON
{
"name": "calculate-correlation",
"version": "1.2.3",
"description": "Calculates the correlation coefficient of two arrays. Simple, with no dependencies",
"keywords": [
"math",
"statistics",
"correlation",
"correlation-coefficient",
"pearson-correlation",
"arrays"
],
"homepage": "https://github.com/rubenvar/calculate-correlation",
"bugs": {
"url": "https://github.com/rubenvar/calculate-correlation/issues",
"email": "hey@rubenvara.io"
},
"license": "MIT",
"author": "Rubén Vara <hey@rubenvara.io> (https://rubenvara.io)",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/rubenvar/calculate-correlation.git"
},
"scripts": {
"test:dev": "mocha --recursive --watch",
"test": "mocha --recursive"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.0"
}
}