1.0.1 • Published 6 years ago

atlas-mean v1.0.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

atlas-mean

Calculates the expectation value of a set of data points.

Travis


install

npm install --save atlas-mean

why

Breaking up atlas-dataset into standalone functions. This module computes the mean value over an array of numbers:

examples

const mean = require("atlas-mean")
console.log(mean([1,2,3,4,5,6,7,8,9,10]))
// 5.5