English

A Fully Polynomial-Time Approximation Scheme for Approximating a Sum of Random Variables

Data Structures and Algorithms 2014-02-25 v2

Abstract

Given nn independent random variables X1,X2,...,XnX_1, X_2, ..., X_n and an integer CC, we study the fundamental problem of computing the probability that the sum X=X1+X2+...+XnX=X_1+X_2+...+X_n is at most CC. We assume that each random variable XiX_i is implicitly given by an oracle which, given an input value kk, returns the probability XikX_i\leq k. We give the first deterministic fully polynomial-time approximation scheme (FPTAS) to estimate the probability up to a relative error of 1±ϵ1\pm \epsilon. Our algorithm is based on the idea developed for approximately counting knapsack solutions in [Gopalan et al. FOCS11].

Keywords

Cite

@article{arxiv.1303.6071,
  title  = {A Fully Polynomial-Time Approximation Scheme for Approximating a Sum of Random Variables},
  author = {Jian Li and Tianlin Shi},
  journal= {arXiv preprint arXiv:1303.6071},
  year   = {2014}
}

Comments

11 pages, new title, proofs polished, several typos revised. Also added a section about the bit complexity

R2 v1 2026-06-21T23:47:34.021Z