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

https://github.com/diversen/math-standard-deviation

Small javascript / nodejs module to calculate the standard deviation
https://github.com/diversen/math-standard-deviation

standard-deviation

Last synced: over 1 year ago
JSON representation

Small javascript / nodejs module to calculate the standard deviation

Awesome Lists containing this project

README

          

# math-standard-deviation

The [standard deviation function](https://en.wikipedia.org/wiki/Standard_deviation#Sample_standard_deviation_of_metabolic_rate_of_Northern_Fulmars) and the [population standard deviation](https://en.wikipedia.org/wiki/Standard_deviation#Population_standard_deviation_of_grades_of_eight_students)

## Install:

npm install --save math-standard-deviation

Usage: see [test.js](test.js)

## License

MIT © [Dennis Iversen](https://github.com/diversen)