English

Scalable random number generation for truncated log-concave distributions

Methodology 2024-09-30 v1

Abstract

Inverse transform sampling is an exceptionally general method to generate non-uniform-distributed random numbers, but can be rather unstable when simulating extremely truncated distributions. Many famous probability models share a property called log-concavity, which is not affected by truncation, so they can all be simulated via rejection sampling using Devroye's approach. This sampler is based on rejection and thus more stable than inverse transform, and uses a very simple envelope whose acceptance rate is guaranteed to be at least 20\%. The aim of this paper is threefold: firstly, to warn against the risk of wrongly simulating from truncated distributions; secondly, to motivate a more extensive use of rejection sampling to mitigate the issues; lastly, to motivate Devroye's automatic method as a practical standard in the case of log-concave distributions. We illustrate the proposal by means of simulations based on some Tweedie distributions, for their relevance in regression analysis.

Keywords

Cite

@article{arxiv.2204.01364,
  title  = {Scalable random number generation for truncated log-concave distributions},
  author = {Lambardi di San Miniato and Michele and Kenne Pagui and Euloge Clovis},
  journal= {arXiv preprint arXiv:2204.01364},
  year   = {2024}
}

Comments

24 pages, 10 figures; for associated R package, see https://github.com/mlambardi/truncLCdist

R2 v1 2026-06-24T10:36:44.252Z