Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost] [random] A much faster Poisson variate generation
From: Max (loadcom_at_[hidden])
Date: 2008-12-31 06:20:26


I'm not an expert in the field.
IMO, all advances in theory and/or techniques are welcome
and appreciated.

B/Rgds
Max

----- Original Message -----
From: Ross Levine
To: boost_at_[hidden]
Subject: [boost] [random] A much faster Poisson variate generation
Date: 2008-12-31 03:42:23

Hello,
I have modified the poisson_distribution class to use an updated
version of Ahrens and Dieter's PD algorithm for generating Poisson
variates, as described in "Computer Generation of Poisson Deviates
from Modified Normal Distributions." Is this allowed in Boost, and is
there interest? The current algorithm is O(mean), while PD is bounded
time. In addition, the current implementation fails for mean >> 750.
PD does, however, use a lookup table and thus has a non-trivial
constructor and needs 36 * sizeof(RealType) + 1 * sizeof(IntType)
bytes per poisson_distribution object.
Please let me know if this is desired.

Ross

-------------------------------------------------------------------
ÐÂÀ˿ռ䡪¡ªÓëÅóÓÑ¿ªÐÄ·ÖÏíÍøÂçÐÂÉú»î£¡(http://space.sina.com.cn/ )


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net