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

Copyright(c) Joseph Canero, 2016
LicenseBSD-3
Maintainerjmc41493@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe
LanguageHaskell2010

Data.MedianStream

Description

 

Synopsis

Documentation

data MedianStream a Source #

A MedianStream is a data type that can be inserted into and queried to get a median of a stream of numeric values.

empty :: (Real a, Eq a) => MedianStream a Source #