uddsketch
Reason this release was yanked:
Bad version tag
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.1.dev19.tar.gz
(12.8 kB
view details)
Built Distribution
File details
Details for the file uddsketch-0.1.dev19.tar.gz
.
File metadata
- Download URL: uddsketch-0.1.dev19.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a12c592bb81e9b064241cdc65f79588b79595b84d85fd69d89781e94c4cfa77 |
|
MD5 | 06088010a0a644aeee9a922b9ab20ab3 |
|
BLAKE2b-256 | a5d202b843b9bd05fcd293bf30a9ced16ceed5aa22811b01fe62c1b108ca86b6 |
File details
Details for the file uddsketch-0.1.dev19-py3-none-any.whl
.
File metadata
- Download URL: uddsketch-0.1.dev19-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f9b0ddff421d96ef3151047cb608f2532ea30bbc0de15b12c8d3ea23b03c893 |
|
MD5 | 7844b18a1d0969dd8065e63bae5479b2 |
|
BLAKE2b-256 | 3fa88eec9ff9270c042a75583878371c227643bd932b9fce7be528f0901bbd50 |