Gaussian Mean Testing Made Simple
Ilias Diakonikolas, Daniel M. Kane, Ankit Pensia

TL;DR
This paper introduces a simple, sample-optimal algorithm for Gaussian mean testing that is easier to understand and implement than previous complex methods, achieving optimal sample complexity and linear runtime.
Contribution
It presents an extremely simple, one-page algorithm for Gaussian mean testing with proven optimal sample complexity and linear runtime, simplifying prior complex approaches.
Findings
Algorithm is sample optimal with $ ilde{O}(rac{ ext{sqrt}(d)}{ ext{epsilon}^2})$ samples.
Algorithm runs in linear time relative to sample size.
Analysis is concise, only one page long.
Abstract
We study the following fundamental hypothesis testing problem, which we term Gaussian mean testing. Given i.i.d. samples from a distribution on , the task is to distinguish, with high probability, between the following cases: (i) is the standard Gaussian distribution, , and (ii) is a Gaussian for some unknown covariance and mean satisfying . Recent work gave an algorithm for this testing problem with the optimal sample complexity of . Both the previous algorithm and its analysis are quite complicated. Here we give an extremely simple algorithm for Gaussian mean testing with a one-page analysis. Our algorithm is sample optimal and runs in sample linear time.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Advanced Statistical Process Monitoring · Gaussian Processes and Bayesian Inference
