Codebase list golang-github-beorn7-perks / efd0332
fix formatting Blake Mizerany 11 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 // data. See Merge and Samples.
88 //
99 // For more detailed information about the algorithm used, see:
10 // Effective Computation of Biased Quantiles over Data Streams - http://www.cs.rutgers.edu/~muthu/bquant.pdf
10 //
11 // Effective Computation of Biased Quantiles over Data Streams
12 //
13 // http://www.cs.rutgers.edu/~muthu/bquant.pdf
1114 package quantile
1215
1316 import (