Affiliation:
1. Florida State Univ., Tallahassee
2. Univ. of Hong Kong, Hong Kong
Abstract
We offer a procedure for generating a gamma variate as the cube of a suitably scaled normal variate. It is fast and simple, assuming one has a fast way to generate normal variables. In brief: generate a normal variate
x
and a uniform variate
U
until In (
U
)<0.5
x
2
+
d
-
dv
+
d
ln(
v
), then return
dv
. Here, the gamma parameter is α ≥ 1, and
v
= (1 +
x
/ *** with
d
= α - 1/3. The efficiency is high, exceeding 0.951, 0.981, 0.992, 0.996 at α = 1,2,4,8. The procedure can be made to run faster by means of a simple squeeze that avoids the two logarithms most of the time; return
dv
if
U
< 1-0.0331
x
4
. We give a short C program for any α ≥ 1, and show how to boost an α <1 into an α > 1. The gamma procedure is particularly fst for C implementation if the normal variate is generated in-line, via the #define feature. We include such an inline version, based on our ziggurat method. With it, and an inline uniform generator, gamma variates can be produced in 400MHz CPUs at better than 1.3 million per second, with the parameter α changing from call to call.
Publisher
Association for Computing Machinery (ACM)
Subject
Applied Mathematics,Software
Cited by
135 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献