Skip to main content

uddsketch

Project description

GitHub Actions status for master branch https://codecov.io/gh/jettify/uddsketch-py/branch/master/graph/badge.svg https://img.shields.io/pypi/pyversions/uddsketch.svg https://img.shields.io/pypi/v/uddsketch.svg Documentation Status

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


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 hashes)

Uploaded Source

Built Distribution

uddsketch-0.2.0a2-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page