/apv-median

C library for streaming median approximation

Primary LanguageCMIT LicenseMIT

apv-median

This is a C99 library for estimating medians from large datasets in a streaming fashion. See the documentation for further details.

Compilation of this code needs the Jannson library for the serialisation and deserialisation of the histogram structure to JSON.

To compile, test and install

./configure --enable-tests
make
make test
make install

Build Status