atlas-mean-square

1.0.0 • Public • Published

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:

<V^2> = v_i*v_i/|V|

examples

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

Dependencies (1)

Dev Dependencies (2)

Package Sidebar

Install

npm i atlas-mean-square

Weekly Downloads

2

Version

1.0.0

License

Apache-2.0

Unpacked Size

2.81 kB

Total Files

6

Last publish

Collaborators

  • atlassubbed