English

Testing Poisson Binomial Distributions

Data Structures and Algorithms 2014-10-15 v2 Information Theory Machine Learning math.IT

Abstract

A Poisson Binomial distribution over nn variables is the distribution of the sum of nn independent Bernoullis. We provide a sample near-optimal algorithm for testing whether a distribution PP supported on {0,...,n}\{0,...,n\} to which we have sample access is a Poisson Binomial distribution, or far from all Poisson Binomial distributions. The sample complexity of our algorithm is O(n1/4)O(n^{1/4}) to which we provide a matching lower bound. We note that our sample complexity improves quadratically upon that of the naive "learn followed by tolerant-test" approach, while instance optimal identity testing [VV14] is not applicable since we are looking to simultaneously test against a whole family of distributions.

Keywords

Cite

@article{arxiv.1410.3386,
  title  = {Testing Poisson Binomial Distributions},
  author = {Jayadev Acharya and Constantinos Daskalakis},
  journal= {arXiv preprint arXiv:1410.3386},
  year   = {2014}
}

Comments

To appear in ACM-SIAM Symposium on Discrete Algorithms (SODA) 2015

R2 v1 2026-06-22T06:21:46.791Z