1.0.0 • Published 6 years ago

atlas-mean-square v1.0.0

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

atlas-mean-square

Calculates the squared quadratic mean of a set of data points.

Travis


install

npm install --save atlas-mean-square

why

Breaking up atlas-dataset into standalone functions. This module calculates the square of the quadratic mean of an array of numbers:

examples

const meanSquare = require("atlas-mean-square")
console.log(meanSquare([-2, 2]))
// 4