# Robust estimation of the mean with bounded relative standard deviation

**Authors:** Mark Huber

arXiv: 1908.05386 · 2019-08-16

## TL;DR

This paper improves the efficiency of randomized algorithms estimating a mean with bounded relative standard deviation by optimizing the sampling process and analyzing practical implementation, supported by numerical experiments.

## Contribution

It introduces a modified algorithm that balances tails to reduce sample complexity and discusses practical implementation strategies.

## Key findings

- Improved sample complexity bounds for mean estimation with bounded relative standard deviation.
- Demonstrated effectiveness of the new algorithm through numerical experiments.
- Provided insights into practical implementation when the relative standard deviation is unknown or infinite.

## Abstract

Many randomized approximation algorithms operate by giving a procedure for simulating a random variable $X$ which has mean $\mu$ equal to the target answer, and a relative standard deviation bounded above by a known constant $c$. Examples of this type of algorithm includes methods for approximating the number of satisfying assignments to 2-SAT or DNF, the volume of a convex body, and the partition function of a Gibbs distribution. Because the answer is usually exponentially large in the problem input size, it is typical to require an estimate $\hat \mu$ satisfy $\mathbb{P}(|\hat \mu/\mu - 1| > \epsilon) \leq \delta$, where $\epsilon$ and $\delta$ are user specified nonnegative parameters. The current best algorithm uses $\lceil 2c^2\epsilon^{-2}(1+\epsilon)^2 \ln(2/\delta) \rceil$ samples to achieve such an estimate. By modifying the algorithm in order to balance the tails, it is possible to improve this result to $\lceil 2(c^2\epsilon^{-2} + 1)/(1-\epsilon^2)\ln(2/\delta) \rceil$ samples. Aside from the theoretical improvement, we also consider how to best implement this algorithm in practice. Numerical experiments show the behavior of the estimator on distributions where the relative standard deviation is unknown or infinite.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1908.05386/full.md

## Figures

13 figures with captions in the complete paper: https://tomesphere.com/paper/1908.05386/full.md

## References

9 references — full list in the complete paper: https://tomesphere.com/paper/1908.05386/full.md

---
Source: https://tomesphere.com/paper/1908.05386