# histogram-stats **Repository Path**: mirrors_mljs/histogram-stats ## Basic Information - **Project Name**: histogram-stats - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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