Package Exports
- varianc
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (varianc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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))