/python-statistics-median

A drop-in replacement for Python's native `statistics.median`

Primary LanguagePython

python-statistics-median

A drop-in replacement for Python's native statistics.median using the quickselect algorithm. Goal is to improve its performance since it sorts the data to find the median.

To-do's

  • Pass tests
  • Implement other median-related functions:
    • statistics.median_low
    • statistics.median_high
    • statistics.median_grouped