Merge pull request #1902 from himanshug/approx_histo_blog

add metamarket histogram post to approx-histo doc
This commit is contained in:
Xavier Léauté 2015-11-02 23:26:40 -08:00
commit e5b2a68a70
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ to compute approximate histograms, with the following modifications:
- the sketch maintains the exact original data as long as the number of
distinct data points is fewer than the resolutions (number of centroids),
increasing accuracy when there are few data points, or when dealing with
discrete data points.
discrete data points. You can find some of the details in [this post](https://metamarkets.com/2013/histograms/).
Approximate histogram sketches are still experimental for a reason, and you
should understand the limitations of the current implementation before using