vix.ing · top · new · best · stats · spec

Automatic Nonuniform Random Variate Generation in R

2003/01/01 by Günter Tirler, Tirler, Günter, Josef Leydold +1
Computer Science · #Algorithms and Data Compression #Bayesian Methods and Mixture Models #Cellular Automata and Applications

paper · pdf · doi:10.57938/7acdeed5-5db3-4127-9bfe-cf5c3723b957

openalex publication_date 2003/01/01 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/01

Abstract

Random variate genration is an important tool in statistical computing. Many programms for simulation or statistical computing (e.g. R) provide a collection of random variate generators for many standard distributions. However, as statistical modeling has become more sophisticated there is demand for larger classes of distributions. Adding generators for newly required distribution seems not to be the solution to this problem. Instead so called automatic (or black-box) methods have been developed in the last decade for sampling from fairly large classes of distributions with a single piece of code. For such algorithms a data about the distributions must be given; typically the density function (or probability mass function), and (maybe) the (approximate) location of the mode. In this contribution we show how such algorithms work and suggest an interface for R as an example of a statistical library. (author's abstract)

Related