https://github.com/seracio/zscore
Standard score in JavaScript
https://github.com/seracio/zscore
Last synced: about 1 month ago
JSON representation
Standard score in JavaScript
- Host: GitHub
- URL: https://github.com/seracio/zscore
- Owner: seracio
- License: mit
- Created: 2016-03-16T15:17:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T09:49:30.000Z (about 7 years ago)
- Last Synced: 2025-04-16T05:07:39.988Z (2 months ago)
- Language: JavaScript
- Size: 32.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zscore
[](https://travis-ci.org/seracio/zscore)
Standard score in JavaScript
## Installation
```
npm i zscore --save
```## Usage
```javascript
import zscore from 'zscore';const myStandardizedArray = zscore(myArray);
```## Dependencies
* [d3-array]
[d3-array]: https://www.npmjs.com/package/d3-array