weighted-mean
Version:
Calculates the weighted mean of an array of numbers
30 lines (29 loc) • 558 B
JSON
{
"name": "weighted-mean",
"version": "1.0.1",
"description": "Calculates the weighted mean of an array of numbers",
"main": "index.umd.js",
"homepage": "https://github.com/IndigoUnited/js-weighted-mean",
"authors": [
"IndigoUnited <hello@indigounited.com> (http://indigounited.com)"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"mean",
"weight",
"avg",
"average"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}