SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Elementary Statistics
Chapter 5:
Discrete Probability
Distribution
5.3 Poisson Probability
Distribution
1
Chapter 5: Discrete Probability Distribution
5.1 Probability Distributions
5.2 Binomial Probability Distributions
5.3 Poisson Probability Distributions
2
Objectives:
• Construct a probability distribution for a random variable.
• Find the mean, variance, standard deviation, and expected value for a discrete
random variable.
• Find the exact probability for X successes in n trials of a binomial experiment.
• Find the mean, variance, and standard deviation for the variable of a binomial
distribution.
Key Concept: In this section, we introduce Poisson probability distributions, which are another category of
discrete probability distributions.
A Poisson probability distribution is a discrete probability distribution that applies to occurrences of some event
over a specified interval. The random variable x is the number of occurrences of the event in an interval. The
interval can be time, distance, area, volume, or some similar unit.
The probability of the event occurring x times over an interval is given by : 𝑃 𝑥 =
𝜇𝑥∙𝑒−𝜇
𝑥!
where e  2.71828, µ =
mean number of occurrences of the event in the intervals
Parameters: 𝜇 𝑎𝑛𝑑 𝜎 = 𝜇
Properties of the Poisson Probability Distribution
• A particular Poisson distribution is determined only by the mean, µ.
• A Poisson distribution has possible x values of 0, 1, 2, . . . with no upper limit.
Requirements:
1. The random variable x is the number of occurrences of an event in some interval.
2. The occurrences must be random.
3. The occurrences must be independent of each other.
4. The occurrences must be uniformly distributed over the interval being used.
5.3 Poisson Probability Distributions
3
TI Calculator:
Poisson Distribution
1. 2nd + VARS
2. Poissonpdf (
3. Enter: µ or 𝜆 , x
4. Enter or Paste
5. If using Poissoncdf (
6. Gives sum of the
probabilities from 0 to x.
Example 1
For the 55-year period since 1960, there were 336
Atlantic hurricanes. Assume the Poisson distribution.
a. Find µ, the mean number of hurricanes per year.
b. Find the probability that in a randomly selected
year, there are exactly 8 hurricanes. Find P(8), where
P(x) is the probability of x Atlantic hurricanes in a
year.
c. In this 55-year period, there were actually 5 years
with 8 Atlantic hurricanes. How does this actual
result compare to the probability found in part (b)?
Does the Poisson distribution appear to be a good
model in this case?
4
Poisson Probability Distributions
𝜇 =
𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝐻𝑢𝑟𝑟𝑖𝑐𝑎𝑛𝑒𝑠
𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑦𝑒𝑎𝑟𝑠
𝜇 =
336
55
= 6.1
= 0.107
b. Use x = 8, µ = 6.1, & e = 2.71828
c. The probability of P(8) = 0.107 from part (b) is the likelihood of getting 8 Atlantic hurricanes in 1
year. In 55 years, the expected number of years with 8 Atlantic hurricanes is 55 × 0.107 = 5.9 years.
The expected number of years with 8 hurricanes is 5.9, which is reasonably close to the 5 years that
actually had 8 hurricanes, so in this case, the Poisson model appears to work quite well.
𝑃 𝑥 =
𝜇𝑥
∙ 𝑒−𝜇
𝑥!
𝑃 𝑥 =
𝜇𝑥
∙ 𝑒−𝜇
𝑥!
→
𝑃(8) =
6.18 ∙ 𝑒−6.1
8!
Example 2
In analyzing hits by V-1 buzz bombs in World War II, South London was subdivided into 576 regions,
each with an area of 0.25 km2. A total of 535 bombs hit the combined area of 576 regions. If a region is
randomly selected, find the probability that it was hit exactly twice.(The German V-1 "Buzz
Bomb" was the world’s first operational cruise missile (a small unmanned airplane with an autopilot
and a cut-off device).
Note: The Poisson distribution applies because we are dealing with occurrences of an event (bomb hits)
over some interval (a region with area of 0.25 km2).
5
Poisson Probability Distributions
The probability of a particular region being hit exactly twice is P(2) = 0.170.
The mean number of hits per region is
Mean: 𝜇 =
Number of Bomb Hits
Number of Regions
𝜇 =
535
576
= 0.929
𝑃 𝑥 =
𝜇𝑥
∙ 𝑒−𝜇
𝑥!
𝑃 𝑥 =
𝜇𝑥 ∙ 𝑒−𝜇
𝑥! → 𝑃(2) =
0.9292
∙ 𝑒−0.929
2!
=
0.863 ∙ 0.395
2
= 0.170
Poisson Distribution as Approximation to Binomial
The Poisson distribution is sometimes used to approximate the binomial distribution when n is
large and p is small. One rule of thumb is to use such an approximation when the following
two requirements are both satisfied.
1. n ≥ 100
2. np ≤ 10
If both requirements are satisfied and we want to use the Poisson distribution as an
approximation to the binomial distribution, we need a value for µ.
Mean for Poisson as an Approximation to Binomial
µ = np
6
𝑃 𝑥 =
𝜇𝑥 ∙ 𝑒−𝜇
𝑥!
Example 3
Assume that in a Pick 4 game, you pay $2 to select a sequence of four
digits (0 – 9), such as 1255. If you play this game once every day, find the
probability of winning at least once in a year with 365 days.
7
Poisson Probability Distributions
𝑃 at least 1 = 1 − 𝑃 𝑛𝑜𝑛𝑒 = 1 − 𝑃 0
Let’s find P(0): x = 0, µ = 𝑛𝑝 = 365 ∙
1
10,000
= 0.0365
𝑃 at least 1 𝑤𝑖𝑛
= 1 − 𝑃 0
= 1 − 0.9642 = 0.0358
= 0.9642
The Poisson distribution is sometimes used to approximate the binomial distribution
when n is large and p is small. One rule of thumb is to use such an approximation when
the following two requirements are both satisfied.​​n ≥ 100 & ​np ≤ 10 → use µ = np
𝑃 𝑥 =
𝜇𝑥
∙ 𝑒−𝜇
𝑥!
𝑃 𝑥 =
𝜇𝑥 ∙ 𝑒−𝜇
𝑥!
→ 𝑃(0) =
0.03650 ∙ 𝑒−0.0365
0!
BD (You either win or not): 𝑛 = 365, 𝑃𝑖𝑐𝑘 4 𝑑𝑖𝑔𝑖𝑡𝑠 → 𝑝 =
𝑛(𝑤𝑖𝑛)
𝑛(𝑠)
=
1
104 =
1
10,000
Conditions: 𝑛 = 365 ≥ 100, & 𝑛𝑝 = 365 ∙
1
10,000
= 0.0365 ≤ 10
The Poisson distribution works quite well here.

Weitere ähnliche Inhalte

Was ist angesagt?

Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionSolution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionLong Beach City College
 
Complements and Conditional Probability, and Bayes' Theorem
 Complements and Conditional Probability, and Bayes' Theorem Complements and Conditional Probability, and Bayes' Theorem
Complements and Conditional Probability, and Bayes' TheoremLong Beach City College
 
Practice test 3A, Normal Probability Distribution
Practice test 3A, Normal Probability DistributionPractice test 3A, Normal Probability Distribution
Practice test 3A, Normal Probability DistributionLong Beach City College
 
Geometric probability distribution
Geometric probability distributionGeometric probability distribution
Geometric probability distributionNadeem Uddin
 
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsSolution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsLong Beach City College
 
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributionsScholarsPoint1
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distributionhamza munir
 
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaSolution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaLong Beach City College
 
Standard normal distribution
Standard normal distributionStandard normal distribution
Standard normal distributionNadeem Uddin
 
4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probabilitymlong24
 
Testing a Claim About a Standard Deviation or Variance
Testing a Claim About a Standard Deviation or VarianceTesting a Claim About a Standard Deviation or Variance
Testing a Claim About a Standard Deviation or VarianceLong Beach City College
 
Probability Distribution
Probability DistributionProbability Distribution
Probability DistributionSagar Khairnar
 

Was ist angesagt? (20)

Correlation
CorrelationCorrelation
Correlation
 
Basics of Hypothesis Testing
Basics of Hypothesis TestingBasics of Hypothesis Testing
Basics of Hypothesis Testing
 
The Standard Normal Distribution
The Standard Normal DistributionThe Standard Normal Distribution
The Standard Normal Distribution
 
Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
 
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability DistributionSolution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
Solution to the Practice Test 3A, Chapter 6 Normal Probability Distribution
 
Complements and Conditional Probability, and Bayes' Theorem
 Complements and Conditional Probability, and Bayes' Theorem Complements and Conditional Probability, and Bayes' Theorem
Complements and Conditional Probability, and Bayes' Theorem
 
Normal as Approximation to Binomial
Normal as Approximation to Binomial  Normal as Approximation to Binomial
Normal as Approximation to Binomial
 
Practice test 3A, Normal Probability Distribution
Practice test 3A, Normal Probability DistributionPractice test 3A, Normal Probability Distribution
Practice test 3A, Normal Probability Distribution
 
Geometric probability distribution
Geometric probability distributionGeometric probability distribution
Geometric probability distribution
 
Practice Test 1 solutions
Practice Test 1 solutions  Practice Test 1 solutions
Practice Test 1 solutions
 
Practice Test 1
Practice Test 1Practice Test 1
Practice Test 1
 
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populationsSolution to the practice test ch 8 hypothesis testing ch 9 two populations
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
 
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributions
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
 
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anovaSolution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
Solution to the practice test ch 10 correlation reg ch 11 gof ch12 anova
 
Standard normal distribution
Standard normal distributionStandard normal distribution
Standard normal distribution
 
One-Way ANOVA
One-Way ANOVAOne-Way ANOVA
One-Way ANOVA
 
4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability4.1-4.2 Sample Spaces and Probability
4.1-4.2 Sample Spaces and Probability
 
Testing a Claim About a Standard Deviation or Variance
Testing a Claim About a Standard Deviation or VarianceTesting a Claim About a Standard Deviation or Variance
Testing a Claim About a Standard Deviation or Variance
 
Probability Distribution
Probability DistributionProbability Distribution
Probability Distribution
 

Ähnlich wie Poisson Probability Distributions

Module 5 Lecture Notes
Module 5 Lecture NotesModule 5 Lecture Notes
Module 5 Lecture NotesLumen Learning
 
Sqqs1013 ch5-a122
Sqqs1013 ch5-a122Sqqs1013 ch5-a122
Sqqs1013 ch5-a122kim rae KI
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson DistributionHuda Seyam
 
Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Arun Mishra
 
PG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability DistributionPG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability DistributionAashish Patel
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distributionlovemucheca
 
Probability 4.3
Probability  4.3Probability  4.3
Probability 4.3herbison
 
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdfgroup4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdfPedhaBabu
 
group4-randomvariableanddistribution-151014015655-lva1-app6891.pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891.pdfgroup4-randomvariableanddistribution-151014015655-lva1-app6891.pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891.pdfAliceRivera13
 
2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.WeihanKhor2
 
Different types of distributions
Different types of distributionsDifferent types of distributions
Different types of distributionsRajaKrishnan M
 
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
 Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist... Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...Sundar B N
 

Ähnlich wie Poisson Probability Distributions (20)

Module 5 Lecture Notes
Module 5 Lecture NotesModule 5 Lecture Notes
Module 5 Lecture Notes
 
Sqqs1013 ch5-a122
Sqqs1013 ch5-a122Sqqs1013 ch5-a122
Sqqs1013 ch5-a122
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson Distribution
 
The Central Limit Theorem
The Central Limit Theorem  The Central Limit Theorem
The Central Limit Theorem
 
7주차
7주차7주차
7주차
 
Binomail distribution 23 jan 21
Binomail distribution 23 jan 21Binomail distribution 23 jan 21
Binomail distribution 23 jan 21
 
PG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability DistributionPG STAT 531 Lecture 5 Probability Distribution
PG STAT 531 Lecture 5 Probability Distribution
 
Poisson distribution jen
Poisson distribution jenPoisson distribution jen
Poisson distribution jen
 
Binomial probability distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distribution
 
Poission distribution
Poission distributionPoission distribution
Poission distribution
 
Probability 4.3
Probability  4.3Probability  4.3
Probability 4.3
 
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdfgroup4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891 (1).pdf
 
group4-randomvariableanddistribution-151014015655-lva1-app6891.pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891.pdfgroup4-randomvariableanddistribution-151014015655-lva1-app6891.pdf
group4-randomvariableanddistribution-151014015655-lva1-app6891.pdf
 
The Standard Normal Distribution
The Standard Normal Distribution  The Standard Normal Distribution
The Standard Normal Distribution
 
Unit3
Unit3Unit3
Unit3
 
2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.2 Review of Statistics. 2 Review of Statistics.
2 Review of Statistics. 2 Review of Statistics.
 
Different types of distributions
Different types of distributionsDifferent types of distributions
Different types of distributions
 
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
 Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist... Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
Approaches to Probability Bayes' Theorem Binominal Distribution Poisson Dist...
 
Chapter 06
Chapter 06 Chapter 06
Chapter 06
 

Mehr von Long Beach City College

Practice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesPractice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesLong Beach City College
 
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaLong Beach City College
 
Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)Long Beach City College
 
Two Means, Two Dependent Samples, Matched Pairs
Two Means, Two Dependent Samples, Matched PairsTwo Means, Two Dependent Samples, Matched Pairs
Two Means, Two Dependent Samples, Matched PairsLong Beach City College
 

Mehr von Long Beach City College (18)

Practice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samplesPractice test ch 9 inferences from two samples
Practice test ch 9 inferences from two samples
 
Practice Test Ch 8 Hypothesis Testing
Practice Test Ch 8 Hypothesis TestingPractice Test Ch 8 Hypothesis Testing
Practice Test Ch 8 Hypothesis Testing
 
Practice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anovaPractice test ch 10 correlation reg ch 11 gof ch12 anova
Practice test ch 10 correlation reg ch 11 gof ch12 anova
 
Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)Practice Test Chapter 6 (Normal Probability Distributions)
Practice Test Chapter 6 (Normal Probability Distributions)
 
Stat sample test ch 12 solution
Stat sample test ch 12 solutionStat sample test ch 12 solution
Stat sample test ch 12 solution
 
Stat sample test ch 12
Stat sample test ch 12Stat sample test ch 12
Stat sample test ch 12
 
Stat sample test ch 11
Stat sample test ch 11Stat sample test ch 11
Stat sample test ch 11
 
Stat sample test ch 10
Stat sample test ch 10Stat sample test ch 10
Stat sample test ch 10
 
Two-Way ANOVA
Two-Way ANOVATwo-Way ANOVA
Two-Way ANOVA
 
Contingency Tables
Contingency TablesContingency Tables
Contingency Tables
 
Goodness of Fit Notation
Goodness of Fit NotationGoodness of Fit Notation
Goodness of Fit Notation
 
Regression
RegressionRegression
Regression
 
Two Variances or Standard Deviations
Two Variances or Standard DeviationsTwo Variances or Standard Deviations
Two Variances or Standard Deviations
 
Two Means, Two Dependent Samples, Matched Pairs
Two Means, Two Dependent Samples, Matched PairsTwo Means, Two Dependent Samples, Matched Pairs
Two Means, Two Dependent Samples, Matched Pairs
 
Two Means, Independent Samples
Two Means, Independent SamplesTwo Means, Independent Samples
Two Means, Independent Samples
 
Inferences about Two Proportions
 Inferences about Two Proportions Inferences about Two Proportions
Inferences about Two Proportions
 
Testing a Claim About a Mean
Testing a Claim About a MeanTesting a Claim About a Mean
Testing a Claim About a Mean
 
Testing a Claim About a Proportion
Testing a Claim About a ProportionTesting a Claim About a Proportion
Testing a Claim About a Proportion
 

Kürzlich hochgeladen

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - Englishneillewis46
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 

Kürzlich hochgeladen (20)

HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 

Poisson Probability Distributions

  • 1. Elementary Statistics Chapter 5: Discrete Probability Distribution 5.3 Poisson Probability Distribution 1
  • 2. Chapter 5: Discrete Probability Distribution 5.1 Probability Distributions 5.2 Binomial Probability Distributions 5.3 Poisson Probability Distributions 2 Objectives: • Construct a probability distribution for a random variable. • Find the mean, variance, standard deviation, and expected value for a discrete random variable. • Find the exact probability for X successes in n trials of a binomial experiment. • Find the mean, variance, and standard deviation for the variable of a binomial distribution.
  • 3. Key Concept: In this section, we introduce Poisson probability distributions, which are another category of discrete probability distributions. A Poisson probability distribution is a discrete probability distribution that applies to occurrences of some event over a specified interval. The random variable x is the number of occurrences of the event in an interval. The interval can be time, distance, area, volume, or some similar unit. The probability of the event occurring x times over an interval is given by : 𝑃 𝑥 = 𝜇𝑥∙𝑒−𝜇 𝑥! where e  2.71828, µ = mean number of occurrences of the event in the intervals Parameters: 𝜇 𝑎𝑛𝑑 𝜎 = 𝜇 Properties of the Poisson Probability Distribution • A particular Poisson distribution is determined only by the mean, µ. • A Poisson distribution has possible x values of 0, 1, 2, . . . with no upper limit. Requirements: 1. The random variable x is the number of occurrences of an event in some interval. 2. The occurrences must be random. 3. The occurrences must be independent of each other. 4. The occurrences must be uniformly distributed over the interval being used. 5.3 Poisson Probability Distributions 3 TI Calculator: Poisson Distribution 1. 2nd + VARS 2. Poissonpdf ( 3. Enter: µ or 𝜆 , x 4. Enter or Paste 5. If using Poissoncdf ( 6. Gives sum of the probabilities from 0 to x.
  • 4. Example 1 For the 55-year period since 1960, there were 336 Atlantic hurricanes. Assume the Poisson distribution. a. Find µ, the mean number of hurricanes per year. b. Find the probability that in a randomly selected year, there are exactly 8 hurricanes. Find P(8), where P(x) is the probability of x Atlantic hurricanes in a year. c. In this 55-year period, there were actually 5 years with 8 Atlantic hurricanes. How does this actual result compare to the probability found in part (b)? Does the Poisson distribution appear to be a good model in this case? 4 Poisson Probability Distributions 𝜇 = 𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝐻𝑢𝑟𝑟𝑖𝑐𝑎𝑛𝑒𝑠 𝑁𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑦𝑒𝑎𝑟𝑠 𝜇 = 336 55 = 6.1 = 0.107 b. Use x = 8, µ = 6.1, & e = 2.71828 c. The probability of P(8) = 0.107 from part (b) is the likelihood of getting 8 Atlantic hurricanes in 1 year. In 55 years, the expected number of years with 8 Atlantic hurricanes is 55 × 0.107 = 5.9 years. The expected number of years with 8 hurricanes is 5.9, which is reasonably close to the 5 years that actually had 8 hurricanes, so in this case, the Poisson model appears to work quite well. 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥! 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥! → 𝑃(8) = 6.18 ∙ 𝑒−6.1 8!
  • 5. Example 2 In analyzing hits by V-1 buzz bombs in World War II, South London was subdivided into 576 regions, each with an area of 0.25 km2. A total of 535 bombs hit the combined area of 576 regions. If a region is randomly selected, find the probability that it was hit exactly twice.(The German V-1 "Buzz Bomb" was the world’s first operational cruise missile (a small unmanned airplane with an autopilot and a cut-off device). Note: The Poisson distribution applies because we are dealing with occurrences of an event (bomb hits) over some interval (a region with area of 0.25 km2). 5 Poisson Probability Distributions The probability of a particular region being hit exactly twice is P(2) = 0.170. The mean number of hits per region is Mean: 𝜇 = Number of Bomb Hits Number of Regions 𝜇 = 535 576 = 0.929 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥! 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥! → 𝑃(2) = 0.9292 ∙ 𝑒−0.929 2! = 0.863 ∙ 0.395 2 = 0.170
  • 6. Poisson Distribution as Approximation to Binomial The Poisson distribution is sometimes used to approximate the binomial distribution when n is large and p is small. One rule of thumb is to use such an approximation when the following two requirements are both satisfied. 1. n ≥ 100 2. np ≤ 10 If both requirements are satisfied and we want to use the Poisson distribution as an approximation to the binomial distribution, we need a value for µ. Mean for Poisson as an Approximation to Binomial µ = np 6 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥!
  • 7. Example 3 Assume that in a Pick 4 game, you pay $2 to select a sequence of four digits (0 – 9), such as 1255. If you play this game once every day, find the probability of winning at least once in a year with 365 days. 7 Poisson Probability Distributions 𝑃 at least 1 = 1 − 𝑃 𝑛𝑜𝑛𝑒 = 1 − 𝑃 0 Let’s find P(0): x = 0, µ = 𝑛𝑝 = 365 ∙ 1 10,000 = 0.0365 𝑃 at least 1 𝑤𝑖𝑛 = 1 − 𝑃 0 = 1 − 0.9642 = 0.0358 = 0.9642 The Poisson distribution is sometimes used to approximate the binomial distribution when n is large and p is small. One rule of thumb is to use such an approximation when the following two requirements are both satisfied.​​n ≥ 100 & ​np ≤ 10 → use µ = np 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥! 𝑃 𝑥 = 𝜇𝑥 ∙ 𝑒−𝜇 𝑥! → 𝑃(0) = 0.03650 ∙ 𝑒−0.0365 0! BD (You either win or not): 𝑛 = 365, 𝑃𝑖𝑐𝑘 4 𝑑𝑖𝑔𝑖𝑡𝑠 → 𝑝 = 𝑛(𝑤𝑖𝑛) 𝑛(𝑠) = 1 104 = 1 10,000 Conditions: 𝑛 = 365 ≥ 100, & 𝑛𝑝 = 365 ∙ 1 10,000 = 0.0365 ≤ 10 The Poisson distribution works quite well here.