add metamarket histogram post to approx-histo doc

This commit is contained in:
Himanshu Gupta 2015-11-03 01:19:22 -06:00
parent f4d6e116d6
commit c74a4490e1
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