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

https://github.com/mathieu2301/histlib

Library for incremental histogram calculation
https://github.com/mathieu2301/histlib

Last synced: 21 days ago
JSON representation

Library for incremental histogram calculation

Awesome Lists containing this project

README

          

# HistLib

[![Tests](https://github.com/Mathieu2301/HistLib/actions/workflows/run-tests.yaml/badge.svg?branch=main)](https://github.com/Mathieu2301/HistLib/actions/workflows/run-tests.yaml)
[![CodeFactor](https://www.codefactor.io/repository/github/mathieu2301/histlib/badge/main)](https://www.codefactor.io/repository/github/mathieu2301/histlib/overview/main)
[![GitHub latest commit](https://img.shields.io/github/last-commit/Mathieu2301/HistLib)](https://GitHub.com/Mathieu2301/HistLib/commit/)
[![Npm package yearly downloads](https://badgen.net/npm/dt/histlib)](https://npmjs.com/histlib)
[![Npm package version](https://badgen.net/npm/v/histlib)](https://npmjs.com/histlib)

Library for incremental histogram calculation.

## Installation

```bash
yarn add histlib
```

## Usage

See `.test.ts` files in `src/` directory for usage examples.