Uses of Class
datafu.pig.stats.StreamingQuantile

Packages that use StreamingQuantile
datafu.pig.stats   
 

Uses of StreamingQuantile in datafu.pig.stats
 

Subclasses of StreamingQuantile in datafu.pig.stats
 class StreamingMedian
          Computes the approximate median for a (not necessarily sorted) input bag, using the Munro-Paterson algorithm.
 



Matthew Hayes, Sam Shah