English

Exact PPS Sampling with Bounded Sample Size

Methodology 2024-11-14 v2

Abstract

Probability proportional to size (PPS) sampling schemes with a target sample size aim to produce a sample comprising a specified number nn of items while ensuring that each item in the population appears in the sample with a probability proportional to its specified "weight" (also called its "size"). These two objectives, however, cannot always be achieved simultaneously. Existing PPS schemes prioritize control of the sample size, violating the PPS property if necessary. We provide a new PPS scheme that allows a different trade-off: our method enforces the PPS property at all times while ensuring that the sample size never exceeds the target value nn. The sample size is exactly equal to nn if possible, and otherwise has maximal expected value and minimal variance. Thus we bound the sample size, thereby avoiding storage overflows and helping to control the time required for analytics over the sample, while allowing the user complete control over the sample contents. The method is both simple to implement and efficient, being a one-pass streaming algorithm with an amortized processing time of O(1)O(1) per item.

Keywords

Cite

@article{arxiv.2105.10809,
  title  = {Exact PPS Sampling with Bounded Sample Size},
  author = {Brian Hentschel and Peter J. Haas and Yuanyuan Tian},
  journal= {arXiv preprint arXiv:2105.10809},
  year   = {2024}
}
R2 v1 2026-06-24T02:22:32.883Z