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
- Host: GitHub
- URL: https://github.com/diversen/math-standard-deviation
- Owner: diversen
- Created: 2018-06-17T12:56:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T17:15:48.000Z (about 8 years ago)
- Last Synced: 2025-02-07T22:28:37.613Z (over 1 year ago)
- Topics: standard-deviation
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)