HyperLogLog, p = 10: 60 runs, 5,120 bits, true answer 50,000
HyperLogLog, p = 10: 60 runs, 5,120 bits, true answer 50,000
Every mark is one complete run of HyperLogLog, p = 10 over the same stream of 50,000 distinct keys, differing only in the seed of its hash. The horizontal position is the relative error of that run's estimate. The shaded band is ±3.25%, the standard error the analysis predicts for 5,120 bits; 23 of 60 runs fall outside it, against the 19 a normal distribution would put there. The measured root-mean-square error is 3.61% and the worst single run is 9.71%.
Drawn at 700 × 240, wide on the page.
Everything above is what error-spread returns with no arguments; the caption is the
generator's own, computed from the numbers in the drawing rather than written beside it.
4 essays call
error-spread. The drawing above is what it returns with no arguments at all; every
call below passes it something, because a placement that passes nothing draws whichever
member of the family the generator happens to default to rather than the one its essay
argues about — which is what optcheck and figfill exist to catch.
Where it is called
Changing this generator changes every one of these figures.