1 / 12

THE POISSON RANDOM VARIABLE

THE POISSON RANDOM VARIABLE. POISSON DISTRIBUTION ASSUMPTIONS. Can be used to model situations where: No two events occur simultaneously The probabilities for the number of events that will occur in intervals of the same length are the same

donkor
Download Presentation

THE POISSON RANDOM VARIABLE

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. THE POISSON RANDOM VARIABLE

  2. POISSON DISTRIBUTIONASSUMPTIONS • Can be used to model situations where: • No two events occur simultaneously • The probabilities for the number of events that will occur in intervals of the same length are the same • The time until the next event occurs is independent of when the last event occurred • The Poisson distribution can be completely characterized by knowing only the average number of events that occur in the interval = μ

  3. POISSON DISTRIBUTIONMean, Variance, Standard Deviation • If μ is the average number of events that will occur in the time interval, then • Mean = μ • Variance = μ • STD DEV = SQRT(μ)

  4. POISSON PROBABILITY DISTRIBUTION • Prob (x events in the time interval) = f(x)

  5. Adjusting μ • Suppose the average number arrivals in an hour is 15, but we wish to know the probability of the number of arrivals in 20 minutes • For 60 minutes, μ = 15. • For 20 minutes, μ = (20/60)15 = 5

  6. EXAMPLE • Customers arrive to a bank on the average of once every 4 minutes • What is the mean and standard deviation of the number of arrivals in • 1 hour? •  = 60/4 = 15 so Std. Dev. = SQRT(15) = 3.873 • 20 minutes? •  = 20/4 = 5 so Std. Dev. = SQRT(5) = 2.236

  7. Calculating a Point Probability • What is the probability that there will be exactly 9 arrivals in one hour to the bank?

  8. POISSON PROBABILITIESUSING EXCEL • Mean number of events in the interval = μ • Point Probability P(EXACTLY x events in the interval) = POISSON(x, μ,FALSE) • Cumulative Probability P(x or less events in the interval) =POISSON(x, μ,TRUE)

  9. P(X = 2) = =POISSON(2,5,FALSE) P(X <= 6) = =POISSON(6,5,TRUE) Point and Cumulative Probabilities for the Poisson Distribution with μ = 5

  10. Example In a given hour, the average number of arrivals, μ= 15 • What is the probability that in a 20 minute period there will be: • 6 or less arrivals • between 5 and 8 arrivals • 8 or more arrivals • Exactly 4 arrivals • Note for 20 minutes, μ= 5

  11. “Less Than or Equal”Prob. =POISSON(6,5,True) “Greater Than or Equal to” Prob =1–POISSON(7,5,TRUE) “Between” Prob. =POISSON(8,5,TRUE)- POISSON(4,5,TRUE) “Equal To” Prob. =POISSON(4,5,FALSE) Typical Poisson Probabilities

  12. REVIEW • Poisson Random Variable • Definition • Mean, Variance • Point Probabilities • From Formula • By Excel • Cumulative Probabilities • By Excel

More Related