varianc
v0.0.0
Published
Variance
Downloads
3
Readme
varianC
Get the average squared deviation of each observation from its arithmetic mean
Get it!
npm install --save varianC
Usage
var varianC = require('./index')
var arr = [229, 349, 128, 231, 891, 542, 224, 667, 984, 255, 657]
console.log(varianC(arr))