Tagged Questions

5
votes
5answers
9k views

Java Generator for Poisson and Uniform Distributions?

From what I understand, the standard generator is for the Normal Distribution. I have to generate random numbers according to the Normal, Uniform and Poisson Distributions, but I can't seem to find a ...
1
vote
1answer
58 views

Boost variate_generator for poisson distribution problems

I use boost variate_generator to generate random numbers from poisson distribution for boost_1_46_1 (apparently folder structures for variate_generator randomly change between versions). The ...
1
vote
1answer
96 views

Randomly selecting values from a zero inflated distribution in R

Hello and thanks in advance for the help! A while back I asked a question about randomly selecting values according to a probability distribution. This is related, but I think it deserves its own ...
0
votes
3answers
247 views

Python: create a distribution from a list based on number of items that fall within certain ranges

I tagged this question with poisson as I am not sure if it will be helpful in this case. I need to create a distribution (probably formatted as an image in the end) from a list of data. For ...
0
votes
2answers
1k views

Calculation of Poisson distribution in C

I need a C function to calculate Poisson distribution for values of k upto 720. I need a highly efficient solution. I urgently need this solution. Thanks in advance