grjan7 / xl-stats-func

An npm package for the statistical functions of Excel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An npm package for the statistical functions of Excel.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%