1 / 28

Poisson random variable

Poisson random variable. A pre-example. Consider the number of typos on each page of your textbook… Or the number of car accidents between exit 168 and exit 178 on IN-65. Poisson Experiment. For binomial random variables, we know that they describe outcomes of binomial experiments.

maylin
Télécharger la présentation

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. Poisson random variable

  2. A pre-example • Consider the number of typos on each page of your textbook… • Or the number of car accidents between exit 168 and exit 178 on IN-65.

  3. Poisson Experiment • For binomial random variables, we know that they describe outcomes of binomial experiments. • Similarly, Poisson random variables describe outcomes of Poisson experiment

  4. Poisson Experiment • Properties of Poisson Experiment: • It measures the number of occurrence of an event over an interval, area or space. • The probability of an occurrence is the same for any two intervals of equal length/area. • The occurrence or non-occurrence in any interval/area (area A) is independent of the occurrence or non-occurrence in any other interval/area (area B), if there is no overlap between A and B (or when A and B are disjoint)

  5. Poisson random variable • If a discrete random variable describes the outcome of Poisson experiment, we call this random variable a Poisson random variable. • X~POI(λ) • P(X=k)=λ^k*e^(-λ) / k! • This is the probability of having k occurrences for a Poisson random variable within a given interval/area. • If X is a Poisson random variable, • X must be non-negative integer • X has no upper limit • There is only ONE parameter for Poisson distribution, λ. • λ must be positive but does not have to be integer

  6. Poisson random variable • If X~POI(λ), λ is both the mean AND variance of X. (Easier than binomial?)

  7. Example I • I get 1.5 visit during my office hour on average. How likely will it be for me to have 3 visits during an office hour? (Suppose the number of visits follows a Poisson distribution)

  8. Example I • What is the chance that I will have more than 5 visits in my next office hour?

  9. Example II • On your textbook, there are 22 chapters and a total of 330 typos. You are reading chapter one and detected 20 typos, assuming each chapter of the textbook has the same number of pages, is that normal? (Suppose the number of typos follows a Poisson distribution).

  10. Example II • You continued to read chapter two and also detected 20 typos. What is the probability that you get 20 typos on both chapter one and chapter two?

  11. Example III • A survey was conducted to research the number of car accidents on inter-state highway. It has found that there was an average of 2.5 accidents over each 100 miles of inter-state highway each year. • a. It is about 100 miles from Lafayette to Edinburgh on IN-65, what is the probability that you see no accidents during one trip? (recall on your own experience.)

  12. Example III • b. The Indiana department of transportation reported that during the year 2008, 4 accidents happened on IN-65 between Lafayette and Edinburgh, what is the probability for that?

  13. Example III • Compare part a and b in example III, what can we say about using Poisson random variable to analyze real life events?

  14. Examples • 1. Suppose the number of typos in today’s Exponent follows a Poisson distribution with mean 18 and the number of typos in yesterday’s Exponent follows another Poisson distribution with mean 25, then the total number of typos in these two days’ Exponent still follows a Poisson distribution with mean 43 (=18+25)

  15. Example • Let Xf be the number of times you miss a class in fall semester and Xf~POI(35), let Xsp be the number of times you miss a class in spring semester and Xsp~POI(40), Xsu be the number of times you miss a class in the summer Xsu~POI(10), • Let Y be the total number of classes you miss for a school year, find the distribution of Y and the corresponding parameter.

  16. Sum of independent Poisson random variables • Suppose we have more than one independent Poisson random variables, say n of them, X1, X2, …, Xn, each with parameter (λ1, λ2, …, λn etc). Here, independent means the corresponding region/interval for each of those variables are disjoint. • Then the sum of those variables X=X1+ X2+…+Xn, still follows a Poisson distribution with parameter (λ1+λ2+…+λn).

  17. Another use of Poisson random variable • Sometimes, Poisson random variable (POI(λ))is used to approximate Binomial random variables (BIN(n,p)) when n is large and p is small. • In this case, we simply set λ=np.

  18. Empirical Rules • Two empirical rules exist for using Poisson to approximate binomial: • 1. n ≥ 20 and p ≤ 0.05 • Or • 2. n ≥ 100 and np ≤ 10

  19. Example IV • Suppose there is a weekly lottery which everyone has a 1/1000 chance of winning. What is the probability that you win this lottery five times a year. • A. Using binomial.

  20. Example IV • B. Using Poisson approximation.

  21. Geometric Random Variable • Take a fair coin and toss it as many times as needed until you observe a head. • Let X= number of tosses that is needed. • Sample points={H, TH, TTH, TTTH, …} • Distribution of X

  22. Geometric Random Variable • Think about another example, if we keep tossing a biased coin with 70% of getting a tail and 30% of seeing a head, let X=number of tosses needed to get the first head. • Then the distribution of X is:

  23. Geometric Random Variable • If we repeat an experiment with two outcomes, success/failure, with probability p for success and q=1-p for failure, the number of trials needed to get the first success follows a Geometric distribution, say, X~Geo(p). • P(X=k)=(1-p)^(k-1)*p

  24. Geometric Random Variable • Similarities and differences between Binomial and Geometric random variable. • Similarities: independent trials of the identical experiment, probabilities of success/failure consistent. • Differences: • For Binomial, we know how many trials we have in total. • For Geometric, we don’t know it, actually that number is not of interest.

  25. Example • Someone is trying to take the road test to get a driver’s license. If the probability of passing the test is 40%, what is the probability that this person will pass the test at second shot?

  26. Example • What is the probability that someone will pass the road test in 5 trials? • Given that someone has taken the test 4 times and still has not got the license, what is that person’s chance of passing it the next time?

  27. Mean and Variance of a Geometric Random Variable • If X~Geo(p), then • E(X)=1/p • Var(X)=(1-p)/(p^2)

  28. Example • On average, how many times does one have to take the test to get the driver’s license?

More Related