outlier2
Version:
Find outliers in dataset
26 lines (25 loc) • 463 B
JSON
{
"name": "outlier2",
"version": "3.14.159265",
"description": "Find outliers in dataset",
"main": "index.js",
"keywords": [
"outliners",
"statistic",
"stats",
"MAD",
"median differencing",
"iqr",
"grubbs",
"three sigma"
],
"author": {
"name": "little-brother",
"email": "lb.im@ya.ru"
},
"repository": {
"type": "git",
"url": "https://github.com/little-brother/outlier2"
},
"license": "MIT"
}