quantogram 0.1.0

Approximate quantiles using histograms with logarithmically sized bins to guarantee worst case absolute relative error.
Documentation
[[bench]]
harness = false
name = "quantiles"
[dependencies.float_extras]
version = "0.1"

[dependencies.skiplist]
version = "0.4"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.quantiles]
version = "0.7"

[dev-dependencies.zw-fast-quantile]
version = "0.2"

[package]
authors = ["PaulChernoch <paul.chernoch@yahoo.com>"]
categories = ["mathematics"]
description = "Approximate quantiles using histograms with logarithmically sized bins to guarantee worst case absolute relative error."
edition = "2021"
keywords = ["quantile", "median", "statistics", "approximation"]
license-file = "./license.txt"
name = "quantogram"
readme = "readme.md"
repository = "https://github.com/paulchernoch/quantogram/"
resolver = "2"
version = "0.1.0"
[profile.release]
debug = true