Replication code for Efficient Concentration with Gaussian Approximation:
efficient.pyimplements the efficient known-variance tail bounds and quantile boundsebe.pyimplements the efficient empirical Berry-Esseen boundplot_quantile_bounds.ipynbreproduces the quantile bound, efficient quantile bound, and empirical quantile bound experimentsmonte_carlo_confidence.ipynbreproduces the Monte Carlo confidence intervals for numerical integration experiment
@article{
austern2022efficient,
title={Efficient Concentration with Gaussian Approximation},
author={Morgane Austern and Lester Mackey},
journal={arXiv preprint arXiv:2208.09922},
year={2022}
}This code has been tested with Python 3.12.
conda create -n gauss python=3.12 --yes
conda activate gauss
pip install "numpy<2" scipy qmcpy matplotlib seaborn jupyterlab
pip install scikit-build cmake
pip install git+https://github.com/gostevehoward/confseq.git
pip install ttictoc sympy multiprocess