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
- Host: GitHub
- URL: https://github.com/diversen/z-score-proportion
- Owner: diversen
- Created: 2018-06-23T12:46:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T12:46:35.000Z (about 8 years ago)
- Last Synced: 2025-03-09T00:36:55.557Z (over 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)