$ cnpm install ml-array-mean
Get the average value in an array.
$ npm install --save ml-array-mean
import mean from 'ml-array-mean'; const result = mean([1, 5, 3, 2, 4]); // 3
MIT
Copyright 2013 - present © cnpmjs.org | Home |