Repository URL to install this package:
|
Version:
24.8.8 ▾
|
| .. |
| lib |
| lib-es6 |
| src |
| LICENSE |
| README.md |
| package.json |
| types.d.ts |
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