You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/04/22 13:15:34 UTC

[GitHub] [commons-rng] aherbert commented on issue #36: RNG-91: Add a KempSmallMeanPoissonSampler

aherbert commented on issue #36: RNG-91: Add a KempSmallMeanPoissonSampler
URL: https://github.com/apache/commons-rng/pull/36#issuecomment-485415325
 
 
   Note that the Kemp sampler requires computation of the sample value corresponding to the cumulative probability of 50% to gain performance. This makes the sampler slower for a single sample but fast for repeat samples.
   
   A comparison with an algorithm that stores (part of) the cumulative probability table and uses an inverse mapping should be performed, i.e. store more than just the 50% cumulative probability value for example all values up to 99%.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services