Thread: Poisson
View Single Post
  #2  
Old December 17th, 2008, 02:26 PM
meymathis meymathis is offline
Member
 
Join Date: Jul 2008
Posts: 138
Country:
Thanks: 26
Thanked 59 Times in 49 Posts
meymathis will become famous soon enough
Default

I will use the formulation of Poisson from wikipedia.

\lambda is the expected number of occurrences over the particular interval of interest. So in our case the expected rate of occurrence is 15/30=0.5 cars per minute. So the expected number of cars in 36.78 minutes is: \lambda=15/30*36.78=18.4

If N is the number of cars that arrive in 36.78 minutes, then the question can be rephrased to: what is the probability that N<11

The PDF is:
f(k; \lambda)=\frac{\lambda^k e^{-\lambda}}{k!}

So

\mathrm{P}(N<11) = \sum_{k=0}^{10}\frac{\lambda^k e^{-\lambda}}{k!}=\ldots
Reply With Quote