https://github.com/bytespider/variance
http://en.wikipedia.org/wiki/Variance
https://github.com/bytespider/variance
Last synced: about 1 year ago
JSON representation
http://en.wikipedia.org/wiki/Variance
- Host: GitHub
- URL: https://github.com/bytespider/variance
- Owner: bytespider
- License: other
- Created: 2014-01-30T14:11:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T15:05:57.000Z (over 12 years ago)
- Last Synced: 2025-03-14T12:04:27.009Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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