March 6th, 2005, 10:22 pm
For a Poisson distribution, the chance of getting k+1 successes is m/(k+1) times the chance of getting k successes, where m is the mean of the distribution.For a binomial distribution, the chance of getting k+1 successes is (n - k)*p/[(k+1)*(1-p)] times the chance of getting k successes. This can be rewritten as [m/(k+1)]/(1-p) - k*p/[(k+1)*(1-p)], and further as m/(k+1) + p*(m - k)/[(k+1)*(1-p)]. As long as I'm interested in reasonably high probabilities, (m - k) will be on the order of the square root of m. As long as p/(1-p) is small compared to the square root of m, the second term can be neglected and the binomial will be almost the same as a Poisson.p/(1-p) << m^0.5 implies p^0.5/(1-p) << n^0.5 or p/(1-p)^2 << n. p doesn't have much to do with this, unless it is near 1. If n is large, and p is not near 1, it will be true.
Last edited by
Aaron on March 5th, 2005, 11:00 pm, edited 1 time in total.