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
- Host: GitHub
- URL: https://github.com/mathieu2301/histlib
- Owner: Mathieu2301
- Created: 2023-09-23T15:24:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T18:30:21.000Z (over 2 years ago)
- Last Synced: 2025-08-09T07:52:51.928Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HistLib
[](https://github.com/Mathieu2301/HistLib/actions/workflows/run-tests.yaml)
[](https://www.codefactor.io/repository/github/mathieu2301/histlib/overview/main)
[](https://GitHub.com/Mathieu2301/HistLib/commit/)
[](https://npmjs.com/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.