JSPM

varianc

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q18609F
  • License MIT

Variance

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

build status AppVeyor Build Status


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))

API

varianC(arr)


License

MIT