get-standard-deviation

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i get-standard-deviation

Weekly Downloads

4

Version

1.0.0

License

ISC

Last publish

Collaborators

  • janjarfalk