SuperZooper3 / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:Boost Software License 1.0


Languages

Language:Python 100.0%