PowerPoint Presentation:
Probability P oisson & G eometric P robability Poisson Probability Distribution D istributions cont . Experiment • • • • Experiment consists of counting the number of events that will occur during a specific interval of time or in a specific distance, area, or volume There are two outcomes: the event occurs (success) or does not occur (failure) Each event is independent The probability that an event occurs during the specified time interval or space is the same Poisson Distribution • • The Poisson distribution is found by calculating the Poisson probabilities for n = 1, 2, 3, .... A discrete probability distribution because n can only be whole numbers Mean for the geometric distribution: μ = λ Standard deviation for the binomial distribution: The experiment is a special case where the number of binomial trials gets larger and the probability of success gets smaller • • Example: the number of traffic accidents at a particular intersection Useful in predicting or estimating a number of things – planes at an airport, the number of fishes caught by a fisherman, arrival times, etc. Probability • • Random variable X is the number of events that occur (successes) To calculate the probability of n events, , where λ is the mean number of events in the time, distance, volume, or area • e is approximately equal to 2.7183 • To directly find the probability of more than events occuring, you would need to sum the probabilities of an infinite number of trials, which would be impossible. Instead, use the complement rule. Figure: Poisson probability distributions for three different values of λ . For a binomial distribution where the number of trials n ≥ 100 and the probability of success p where np < 100, then the binomial distribution for k successes can be approximated with a Poisson distribution where λ = np Graphing Calculator In a graphing calculator, we can use built-in commands to find the geometric and Poisson distributions. Geometric Distribution The command for geometric distribution is: geometpdf(p, x). p is the probability of success, and x is the trial that we want the success to occur in. This will give us the probability of success occurring on that trial. There is another similar equation called geometcdf, which requires us to plug in two values for x: one low and one high. It will give us the probability of success occurring between those two trials. Poisson Distribution The command for Poisson distribution is: poissonpdf( λ, x). λ is the expected number of events, and x is the number of events. This will give us the probability that x many events occurred. There is a similar command called poissoncdf, which requires us to plug in two values for x: one low and one high. This will give us the probability the number of events that occurred fell between these two numbers. If you can’t find these commands, check the manual for your graphing calculator. For the TI-83/TI-84, both commands are found by pressing [2ND][DISTR]. Page 2 of 2