/PyMedianOfNinthers

A python implementation of the MedianOfNinthers median calcuation algorithm described in http://erdani.org/research/sea2017.pdf by Andrei Alexandrescu, with the goal of improving python's statistics.median function.

Primary LanguagePythonBoost Software License 1.0BSL-1.0

PyMedianOfNinthers

A python implementation of the MedianOfNinthers median calcuation algorithm described in http://erdani.org/research/sea2017.pdf by Andrei Alexandrescu, with the final goal of improving python's statistics.median function.

Working towards Python/CPython issue #65791