UNPKG

atlas-mad

Version:

Calculates the median absolute deviation of a set of data points in-place.

52 lines (51 loc) 1.17 kB
{ "name": "atlas-mad", "version": "1.0.0", "description": "Calculates the median absolute deviation of a set of data points in-place.", "scripts": { "test-server": "mocha --colors --watch --recursive './test/**/*.test.js'", "test": "mocha --colors --recursive './test/**/*.test.js'" }, "main": "./src/mad.js", "keywords": [ "atlassubbed", "math", "stats", "utils", "utility", "arithmetic", "helpers", "statistics", "median", "deviation", "absolute-deviation", "median-deviation", "median-absolute-deviation", "robust-deviation", "mad", "middle" ], "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" }, "dependencies": { "atlas-median": "^1.0.0" }, "homepage": "https://github.com/atlassubbed/atlas-mad#readme", "bugs": "https://github.com/atlassubbed/atlas-mad/issues", "repository": { "type": "git", "url": "https://github.com/atlassubbed/atlas-mad.git" } }