https://github.com/diversen/math-z-score
Small module to calculate the standard score or the z-score
https://github.com/diversen/math-z-score
Last synced: about 1 year ago
JSON representation
Small module to calculate the standard score or the z-score
- Host: GitHub
- URL: https://github.com/diversen/math-z-score
- Owner: diversen
- Created: 2018-06-22T15:59:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T15:59:59.000Z (about 8 years ago)
- Last Synced: 2025-06-15T06:45:26.351Z (about 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
# math-z-score
The [z-score function on Khan academy](https://www.khanacademy.org/math/statistics-probability/modeling-distributions-of-data/z-scores/v/ck12-org-normal-distribution-problems-z-score) or the [z-score function on wiki](https://en.wikipedia.org/wiki/Standard_score)
## Install:
npm install --save math-z-score
Usage: see [test.js](test.js)
## License
MIT © [Dennis Iversen](https://github.com/diversen)