Named After Siméon-Denis Poisson

Slides:



Advertisements
Similar presentations
Data Analysis Class 4: Probability distributions and densities.
Advertisements

The Poisson distribution
Chapter 7 Special Discrete Distributions. Binomial Distribution B(n,p) Each trial results in one of two mutually exclusive outcomes. (success/failure)
Discrete Random Variables: The Poisson Distribution IBHLY1/Y2 - Santowski.
QBM117 Business Statistics
BCOR 1020 Business Statistics Lecture 11 – February 21, 2008.
Statistics Alan D. Smith.
Class notes for ISE 201 San Jose State University
Irwin/McGraw-Hill © The McGraw-Hill Companies, Inc., 2000 LIND MASON MARCHAL 1-1 Chapter Five Discrete Probability Distributions GOALS When you have completed.
The Poisson Distribution (Not in Reif’s book)
McGraw-Hill Ryerson Copyright © 2011 McGraw-Hill Ryerson Limited. Adapted by Peter Au, George Brown College.
Named After Siméon-Denis Poisson.  Binomial and Geometric distributions only work when we have Bernoulli trials.  There are three conditions for those.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 4 and 5 Probability and Discrete Random Variables.
McGraw-Hill/Irwin Copyright © 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Discrete Random Variables Chapter 4.
©The McGraw-Hill Companies, Inc. 2008McGraw-Hill/Irwin Probability Distributions Chapter 6.
©The McGraw-Hill Companies, Inc. 2008McGraw-Hill/Irwin Probability Distributions Chapter 6.
Discrete Probability Distributions
Poisson Random Variable Provides model for data that represent the number of occurrences of a specified event in a given unit of time X represents the.
Probabilistic and Statistical Techniques 1 Lecture 19 Eng. Ismail Zakaria El Daour 2010.
Biostatistics Class 3 Discrete Probability Distributions 2/8/2000.
Copyright © 2010 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Chapter 5: The Binomial Probability Distribution and Related Topics Section 1: Introduction to Random Variables and Probability Distributions.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 5 Discrete Random Variables.
Definition A random variable is a variable whose value is determined by the outcome of a random experiment/chance situation.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Mistah Flynn.
Chapter 7 Special Discrete Distributions. Binomial Distribution Each trial has two mutually exclusive possible outcomes: success/failure Fixed number.
4.3 More Discrete Probability Distributions NOTES Coach Bridges.
4.3 Discrete Probability Distributions Binomial Distribution Success or Failure Probability of EXACTLY x successes in n trials P(x) = nCx(p)˄x(q)˄(n-x)
THE POISSON DISTRIBUTION
Chapter 7 Special Discrete Distributions. Binomial Distribution B(n,p) Each trial results in one of two mutually exclusive outcomes. (success/failure)
Copyright © 2011 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 5 Discrete Random Variables.
Chapter 6: Continuous Probability Distributions A visual comparison.
AP Statistics Friday, 04 December 2015 OBJECTIVE TSW (1) explore Poisson distributions, and (2) quiz over discrete distributions and binomial distributions.
Special Discrete Distributions. Bernoulli Trials The basis for the probability models we will examine in this chapter is the Bernoulli trial. We have.
Introduction to Basics on radiation probingand imaging using x-ray detectors Ralf Hendrik Menk Elettra Sincrotrone Trieste INFN Trieste Part 1 Introduction.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
Lesson Poisson Probability Distribution. Objectives Understand when a probability experiment follows a Poisson process Compute probabilities of.
©The McGraw-Hill Companies, Inc. 2008McGraw-Hill/Irwin Probability Distributions Chapter 6.
SWBAT: -Calculate probabilities using the geometric distribution -Calculate probabilities using the Poisson distribution Agenda: -Review homework -Notes:
INTRODUCTION TO ECONOMIC STATISTICS Topic 5 Discrete Random Variables These slides are copyright © 2010 by Tavis Barr. This work is licensed under a Creative.
Probability Distributions
Chapter Five The Binomial Probability Distribution and Related Topics
Discrete Random Variables
Chapter 5 Created by Bethany Stubbe and Stephan Kogitz.
Discrete Random Variables
Section 6.3 The Poisson Probability Distribution
Random variables (r.v.) Random variable
Special Discrete Distributions
Business Statistics Topic 4
Statistical Inference for Managers
ENGR 201: Statistics for Engineers
Probability Distributions
Poisson Distribution (Not in Reif’s book)
Special Discrete Distributions
Statistics and Data Analysis
Chapter 4 Review Questions Continuous or Discrete?
Probability Review for Financial Engineers
Some Discrete Probability Distributions
Probability Key Questions
A. Which distribution fits each of these random variables. 1
STATISTICAL MODELS.
III. More Discrete Probability Distributions
Poisson Distribution (Not in Reif’s book)
Lecture 11: Binomial and Poisson Distributions
Introduction to Probability and Statistics
Elementary Statistics
Probability Distributions
Bernoulli Trials Two Possible Outcomes Trials are independent.
Special Discrete Distributions
IE 360: Design and Control of Industrial Systems I
Presentation transcript:

Named After Siméon-Denis Poisson Poisson Distribution Named After Siméon-Denis Poisson

What’s The Big Deal? Binomial and Geometric distributions only work when we have Bernoulli trials. There are three conditions for those. They happen often enough, to be sure, but a good many situations do not fit those models. The Poisson Distribution works in a slightly different situation, but different enough that the situations we can describe just shoots through the roof.

Poisson Distribution The Poisson distribution is used when we have a discrete random variable and all we know is the following two things: The average count in a certain timeframe. That the amount of time it takes the event to happen again is independent. I think some examples will really clear this up.

Poisson Distribution Examples If you know the average number of car wrecks per week/month/year for a specific intersection (or stretch of highway), then it is Poisson. If you know the average number of defective units produced on an assembly line per hour, then it is Poisson. If you know the average number of children born in Pocatello, ID each day, then it is Poisson.

Poisson Distribution Examples Wikipedia cites some examples in the real world. The number of soldiers killed by horse-kicks each year in each corps in the Prussian cavalry. The number of phone calls at a call centre per minute. Under an assumption of homogeneity, the number of times a web server is accessed per minute. The number of mutations in a given stretch of DNA after a certain amount of radiation. The proportion of cells that will be infected at a given multiplicity of infection.

Poisson Distribution The math for this involves e (as in the base of the natural log) and involves the factorial (those really excited numbers we talked about yesterday). The actual formula will only be discussed on Special Topics day, thanks to our calculator. poissonpdf will be used to find the probability of a specific number of occurrences. poissoncdf will be used to find the probability that anything from 0 to a specific number of occurrences has happened.

Poisson Distribution A Poisson distribution is only defined by the mean. In other words, once we know the mean, we have the Poisson distribution. The Greek letter we use for this is lambda. It kind of looks like an upside down lowercase y. Lambda -> λ Again, this is the mean of the Poisson distribution, instead of our old standby μ.

Poisson Distribution The variance of the Poisson distribution is actually also λ. Which means that the standard deviation of a Poisson distribution is the square root of λ. What this really means is that when you add two Poisson distributions together, you can just add the λ values to find the new one.

Poisson Distribution What this means is that if a particular intersection averages 2.3 wrecks a month, then it averages 27.6 wrecks a year, and we can just use either figure. If we know the average per week, we just divide by 7, and booyah…daily average. So if we know what timeframe the average is for, we can multiply and divide it as necessary to get the one we want. This only works with Poisson.