UNPKG

atlas-mean

Version:

Calculates the expectation value of a set of data points.

46 lines (45 loc) 1.03 kB
{ "name": "atlas-mean", "version": "1.0.1", "description": "Calculates the expectation value of a set of data points.", "scripts": { "test-server": "mocha --colors --watch --recursive './test/**/*.test.js'", "test": "mocha --colors --recursive './test/**/*.test.js'" }, "main": "./src/mean.js", "keywords": [ "atlassubbed", "math", "stats", "utils", "utility", "arithmetic", "helpers", "statistics", "mean", "expectation-value" ], "author": "atlassubbed <atlassubbed@gmail.com>", "license": "Apache-2.0", "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" }, "os": [ "darwin", "linux" ], "engines": { "node": "^10.1.0", "npm": "^6.0.1" }, "homepage": "https://github.com/atlassubbed/atlas-mean#readme", "bugs": "https://github.com/atlassubbed/atlas-mean/issues", "repository": { "type": "git", "url": "https://github.com/atlassubbed/atlas-mean.git" }, "dependencies": { "atlas-sum": "^1.0.0" } }