/xl-stats-func

An npm package for the statistical functions of Excel.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

xl-stats-func

A javascript implemenation of the statistical functions of Excel.

Installation

$ npm i xl-stats-func

Get Started

const {avg, sum} = require("xl-stats-func")

sum(94, 87, 100, 90, 87) // returns 458
avg(94, 87, 100, 90, 87) // returns 91.6

Documentation

API Documentaion