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.0a2.tar.gz
(13.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uddsketch-0.2.0a2.tar.gz.
File metadata
- Download URL: uddsketch-0.2.0a2.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1de262cf1c2c87327f02beda2d8acdf86b5a59e8c1f21f766a44b0229636eed9
|
|
| MD5 |
855c12a4fbb7b20f749e863493747adf
|
|
| BLAKE2b-256 |
be2d3f2a9d0dbe92d4e4c629dddf06b89d04f6cb1941006aa36ede46505c4ece
|
File details
Details for the file uddsketch-0.2.0a2-py3-none-any.whl.
File metadata
- Download URL: uddsketch-0.2.0a2-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.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9c9d7db25b7d39524bb9ced4e5c067122cd0d174a3156ebafc0084c4d7cacd0
|
|
| MD5 |
2bcea3447733de881dfb5399d6976955
|
|
| BLAKE2b-256 |
1bd5d85c0304b99959c81b01dc5a00bdc007a5d49edc781a66f116e104de7723
|