uddsketch
Project description
uddsketch data structure.
Simple example
from uddsketch import UDDSketch
hist = UDDSketch(initial_error=0.01)
for i in range(0, 100):
hist.add(0.1 * i)
q = hist.quantile(0.5)
print('quantile: {}'.format(q))
Installation
Installation process is simple, just:
$ pip install uddsketch
Changes
0.0.1
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uddsketch-0.2.0a1.tar.gz
(13.5 kB
view details)
Built Distribution
File details
Details for the file uddsketch-0.2.0a1.tar.gz
.
File metadata
- Download URL: uddsketch-0.2.0a1.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 948b7f5f77a8386079a681e77d822947367b80eef8e3d51bd2b668a2b464ef12 |
|
MD5 | 5bb402ee9c07dfba0cb1f0d93893a06e |
|
BLAKE2b-256 | ecf2396e37458ed809d98a0b7679bbe8364a347bf699c89d6fe185d431288274 |
File details
Details for the file uddsketch-0.2.0a1-py3-none-any.whl
.
File metadata
- Download URL: uddsketch-0.2.0a1-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc2671405f8445eb7881b31941475ee7578bfde423375ff3634202fa055505fb |
|
MD5 | 368b1cfd1a8b6cf8e112c19124fdab89 |
|
BLAKE2b-256 | b9d1362b12da9336e9234c7b986d3e97a1485525a3b33d49c762dc960bdd3c98 |