Function cmb_random_poisson
Defined in File cmb_random.h
Function Documentation
-
unsigned cmb_random_poisson(double r)
Poisson distribution, number of arrivals per unit time in a Poisson process with arrival rate
r, wherer > 0.Mean
r, variancer, interarrival times exponentially distributed with mean1/r.Models the number of shot noise pulses, customer arrivals, incoming calls, Geiger counter clicks, etc., per unit of time.
Performs the calculation by simulating the experiment.