weighted-mean
Calculates the weighted mean of an array of numbers.
Installation
$ npm install weighted-mean
- NPM
$ bower install weighted-mean
- bower
The browser file is named index.umd.js
which supports CommonJS, AMD and globals (weightedMean
).
If you want to run this module on old browsers, you must include es5-shim.
Usage
The example bellow is based on nodejs
.
const weightedMean = ; const mean = ;
Tests
$ npm test
License
Released under the MIT License.