UNPKG

divinator

Version:

Relatively simple library bringing multiple outlier/anomaly detection algorithms together in one place.

31 lines (30 loc) 750 B
{ "name": "divinator", "version": "1.0.1", "repository": { "type": "git", "url": "https://github.com/kurtkincaid/divinator.git" }, "homepage": "https://github.com/kurtkincaid/divinator", "description": "Relatively simple library bringing multiple outlier/anomaly detection algorithms together in one place.", "main": "index.js", "scripts": { "test": "node test.js" }, "keywords": [ "anomaly", "outlier", "zscore", "z-score", "modified-z-score", "modified-zscore", "iqr", "interquartile-range", "statistics" ], "author": "Kurt Kincaid <kurt.kincaid@gmail.com>", "license": "Apache 2.0", "dependencies": { "simple-statistics": "^7.8.2" } }