Package Exports
- variance
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 (variance) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
variance
In probability theory and statistics, variance measures how far a set of numbers is spread out.
example
var variance = require('variance');
var result = variance([600, 470, 170, 430, 300]);
console.log('The variance is', result);
license
MIT