1.0.7 • Published 6 years ago

gmean v1.0.7

Weekly downloads
27
License
MIT
Repository
github
Last release
6 years ago

gmean

Build Status

Statistical utility to calculate geometric mean.

Installation

$ npm install --save gmean

Functions

gmean

Calculate Geometric Mean

const gmean = require('gmean');

let arr = [2, 4, 4];

let mean = gmean(arr); // 3.1748021039363983

License

This node module is available as open source software under the terms of the MIT License.