English

Quasi-Monte Carlo Beyond Hardy-Krause

Data Structures and Algorithms 2024-08-14 v1 Computational Geometry Discrete Mathematics Numerical Analysis Numerical Analysis

Abstract

The classical approaches to numerically integrating a function ff are Monte Carlo (MC) and quasi-Monte Carlo (QMC) methods. MC methods use random samples to evaluate ff and have error O(σ(f)/n)O(\sigma(f)/\sqrt{n}), where σ(f)\sigma(f) is the standard deviation of ff. QMC methods are based on evaluating ff at explicit point sets with low discrepancy, and as given by the classical Koksma-Hlawka inequality, they have error O~(σHK(f)/n)\widetilde{O}(\sigma_{\mathsf{HK}}(f)/n), where σHK(f)\sigma_{\mathsf{HK}}(f) is the variation of ff in the sense of Hardy and Krause. These two methods have distinctive advantages and shortcomings, and a fundamental question is to find a method that combines the advantages of both. In this work, we give a simple randomized algorithm that produces QMC point sets with the following desirable features: (1) It achieves substantially better error than given by the classical Koksma-Hlawka inequality. In particular, it has error O~(σSO(f)/n)\widetilde{O}(\sigma_{\mathsf{SO}}(f)/n), where σSO(f)\sigma_{\mathsf{SO}}(f) is a new measure of variation that we introduce, which is substantially smaller than the Hardy-Krause variation. (2) The algorithm only requires random samples from the underlying distribution, which makes it as flexible as MC. (3) It automatically achieves the best of both MC and QMC (and the above improvement over Hardy-Krause variation) in an optimal way. (4) The algorithm is extremely efficient, with an amortized O~(1)\widetilde{O}(1) runtime per sample. Our method is based on the classical transference principle in geometric discrepancy, combined with recent algorithmic innovations in combinatorial discrepancy that besides producing low-discrepancy colorings, also guarantee certain subgaussian properties. This allows us to bypass several limitations of previous works in bridging the gap between MC and QMC methods and go beyond the Hardy-Krause variation.

Keywords

Cite

@article{arxiv.2408.06475,
  title  = {Quasi-Monte Carlo Beyond Hardy-Krause},
  author = {Nikhil Bansal and Haotian Jiang},
  journal= {arXiv preprint arXiv:2408.06475},
  year   = {2024}
}