@hackage median-stream0.2.0.0

Constant-time queries for the median of a stream of numeric data.

Uses the two-heap approach to support O(lg n) insertions and O(1) queries for the median.