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

https://github.com/mljs/histogram-stats


https://github.com/mljs/histogram-stats

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# ml-histogram-stats

[![NPM version][npm-image]][npm-url]
[![build status][ci-image]][ci-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]

Calcualte statistics on histograms.

## Installation

`$ npm i ml-histogram-stats`

## Usage

```js
import library from 'ml-histogram-stats';

const result = library(args);
// result is ...
```

## [API Documentation](https://mljs.github.io/ml-histogram-stats/)

## License

[MIT](./LICENSE)

[npm-image]: https://img.shields.io/npm/v/ml-histogram-stats.svg
[npm-url]: https://www.npmjs.com/package/ml-histogram-stats
[ci-image]: https://github.com/mljs/ml-histogram-stats/workflows/Node.js%20CI/badge.svg?branch=main
[ci-url]: https://github.com/mljs/ml-histogram-stats/actions?query=workflow%3A%22Node.js+CI%22
[codecov-image]: https://img.shields.io/codecov/c/github/mljs/ml-histogram-stats.svg
[codecov-url]: https://codecov.io/gh/mljs/ml-histogram-stats
[download-image]: https://img.shields.io/npm/dm/ml-histogram-stats.svg
[download-url]: https://www.npmjs.com/package/ml-histogram-stats