Skip to content

cpankaj/gmean

Repository files navigation

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.

About

Statistical utility to calculate geometric mean for node js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published