get-standard-deviation

Get the standrad deviation.

Usage no npm install needed!

<script type="module">
  import getStandardDeviation from 'https://cdn.skypack.dev/get-standard-deviation';
</script>

README

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