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

https://github.com/diversen/z-score-proportion

From mean, deviation, an upper (and lower) limit find the proportion (or percentage) of a standard distribution
https://github.com/diversen/z-score-proportion

Last synced: over 1 year ago
JSON representation

From mean, deviation, an upper (and lower) limit find the proportion (or percentage) of a standard distribution

Awesome Lists containing this project

README

          

# z-score-proportion

From mean, deviation, an upper (and lower) limit
find the proportion (or percentage) of a standard distribution

## Install:

npm install --save z-score-proportion

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

## License

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