1.0.0 • Published 9 years ago

get-standard-deviation v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

get-standard-deviation

Build Status

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