The method described here solves the problem of calculating
confidence intervals on leakage for several bins. It has quadratic
time complexity, so that even problems with a tremendous
number of bins may be handled. Furthermore, it produces intervals
that are only slightly conservative, but exhibit full coverage.
A more rigorous and detailed discussion of the topics presented
in this paper has been compiled into a technical note,
along with a fully coded version of the algorithm