how to generate poisson with single argument mean?
In the normal poisson pdf k is the number of events, while λ is mean.
In your random generator, you shouldn't be entering k, this should be returned by the generator.
Currently you need to be logged in to leave a message.