Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.06 KB

ml-histogram-stats

NPM version build status Test coverage npm download

Calcualte statistics on histograms.

Installation

$ npm i ml-histogram-stats

Usage

import library from 'ml-histogram-stats';

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

License

MIT