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

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

Awesome Lists containing this project

README

        

# zscore

[![Build Status](https://travis-ci.org/seracio/zscore.svg?branch=master)](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