https://github.com/mljs/histogram-stats
https://github.com/mljs/histogram-stats
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mljs/histogram-stats
- Owner: mljs
- License: mit
- Created: 2021-04-29T15:32:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T07:55:44.000Z (about 5 years ago)
- Last Synced: 2025-08-05T07:53:10.676Z (11 months ago)
- Language: JavaScript
- Homepage: https://mljs.github.io/histogram-stats/
- Size: 1.15 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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