get-standard-deviation
v1.0.0
Published
Get the standrad deviation.
Downloads
3
Readme
get-standard-deviation
Get the standard deviation, also called population standard deviation.
Installation
npm install get-standard-deviation --save
Usage
import getStandardDeviation from 'get-standard-deviation';
getStandardDeviation([600,470,170,430,300]); // 147.32277488562318
getStandardDeviation([13,23,12,44,55]); // 17.21162397916013
Tests
npm test
Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
Release History
- 1.0.0 Initial release