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

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

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)