Codebase list golang-github-beorn7-perks / efa436c
fix doc flow Blake Mizerany 11 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 // of results. This is meaningful when the streams represent the same type of
77 // data. See Merge and Samples.
88 //
9 // The quantile package implements the algorithm in the paper Effective
10 // Computation of Biased Quantiles over Data Streams with both invariants.
11 //
912 // For more detailed information about the algorithm, see:
1013 // http://www.cs.rutgers.edu/~muthu/bquant.pdf
11 //
12 // The quantile package implements the algorithm in the paper Effective
13 // Computation of Biased Quantiles over Data Streams with both invariants.
1414 package quantile
1515
1616 import (