/histogram-stats

Primary LanguageJavaScriptMIT LicenseMIT

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