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.

Supported by

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