An open API service indexing awesome lists of open source software.

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

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