SlideShare a Scribd company logo
1 of 27
Submitted By:
2014-UETR-CS-04
Submitted To:
Sir Ihsan-Ul-Ghafoor
Poisson distribution
1
POISSON DISTRIBUTION
• The Poisson Distribution was developed by the French
mathematician Simeon Denis Poisson in 1837.
2
Poisson Distribution
• Simeon Denis
Poisson (1781– 1840)
• Basic Purpose
Siméon Denis Poisson
(1781–1840)
3
What is Poisson distribution?
• The Poisson distribution is a discrete probability distribution for
the counts of events that occur randomly in a given interval of
time (or space).
• Many experimental situations occur in which we observe the
counts of events within a set unit of time, area, volume, length
etc.
Examples:
• The number of cases of a disease in different towns
• The number of mutations in set sized regions of a chromosome
4
Equation
The probability of observing x events in a given interval is given
by,
.
e is a mathematical constant. e≈2.718282
5
• The probability that there are r occurrences in a
given interval is given by
6
Poisson Process
 Poisson process is a random process which
counts the number of events and the time that
these events occur in a given time interval.
The time between each pair of consecutive
events has an exponential distribution with
parameter λ and each of these inter-arrival
times is assumed to be independent of other
inter-arrival times.
7
Example
1. Births in a hospital occur randomly at an
average rate of 1.8 births per hour. What is the
probability of observing 4 births in a given hour at
the hospital?
2. If the random variable X follows a Poisson
distribution with mean 3.4 find P(X=6)?
3. Number of telephone calls in a week.
4. Number of people arriving at a checkout in a day.
5. Number of industrial accidents per month in a
manufacturing plant. .
8
6. A typist makes on average 2 mistakes per page. What is the
probability of a particular page having no errors on it?
Solution;
P0 = 2^0/0! * exp(-2) = 0.135
7. A computer crashes once every 2 days on average. What is the
probability of there being 2 crashes in one week?
Solution;
P2 = (3.5)^2/2! * exp (-3.5) = 0.185
9
8.The mean number of faults in a new house is 8. What is the
probability of buying a new house with exactly 1 fault?
so P1 = 8^1/1! * exp(-8) = 0.0027.
10
Problem number 1:
Consider, in an office 2 customers arrived today. Calculate the
possibilities for exactly 3 customers to be arrived on tomorrow.
Solution
Find f(x).
P(X=x) = e-λ λ x / x!
P(X=3) = (0.135)(8) / 3! = 0.18.
Hence there are 18% possibilities for 3
customers to be arrived on tomorrow
11
Problem number 2:
Births in a hospital occur randomly at an average rate of 1.8 births
per hour.
i) What is the probability of observing 4 births in a given hour at
the hospital?
ii) What about the probability of observing more than or equal to
2 births in a given hour at the hospital?
Solution:
Let X = No. of births in a given hour
i)
12
ii) More than or equal to 2 births in a given hour
13
Problem number 3:
Consider a computer system with Poisson job-arrival stream
at an average of 2 per minute. Determine the probability
that in any one-minute interval there will be
(i) 0 jobs;
(ii) exactly 2 jobs;
(iii) at most 3 arrivals.
Solution
(i) No job arrivals:
14
(iii) At most 3 arrivals
(ii) Exactly 3 job arrivals:
15
Fitting a Poisson distribution to observed
data.
The following tables gives a number of days in a 50 – day period during
which automobile accidents occurred in a city
Fit a Poisson distribution to the data :
No of accidents : 0 1 2 3 4
No. of days :21 18 7 3 1
solution
X F Fx
0 21 0
1 18 18
2 7 14
3 3 9
4 1 4
N=50 ∑fx=45
M = X = ∑fx/N = 45/50 = 0.9
16
In order to fit Poisson distribution , we shall multiply each
probability by N i.e. 50
Hence the expected frequencies are :
X 0 1 2 3 4
F 0.4066
X 50
0.3659
X 50
0.1647
X 50
0.0494
X 50
0.0111
X 50
=20.33 =18.30 =8.24 =2.47 =0.56
17
Mean and Variance for
the Poisson Distribution
It’s easy to show that for this
distribution,
The Mean is:
e.g. mean=1.8
The Variance is:
then Variance=1.8
So, The Standard Deviation is:
Standard Deviation=1.34
 
 2
 
18
19
Graph :
• Let’s continue to assume we have a continuous
variable x and graph the Poisson Distribution, it
will be a continuous curve, as follows:
Fig: Poison distribution graph.
20
Applications of Poisson distribution
 A practical application of this
distribution was made
by Ladislaus Bortkiewicz in
1898 when he was given the
task of investigating the
number of soldiers in the
Russian army killed
accidentally by horse kicks
this experiment introduced the
Poisson distribution to the
field of reliability engineering. Ladislaus Bortkiewicz
21
• the number of deaths by horse kicking in the
Prussian army
• birth defects and genetic mutations
• rare diseases
22
• traffic flow and ideal gap distance
• number of typing errors on a page
• hairs found in McDonald's
hamburgers
• spread of an endangered animal in
Africa
• failure of a machine in one month
23
Binomial Distribution Poisson Distribution
• Binomial distributions are useful
to model events that arise in a
binomial experiment.
• If, on the other hand, an exact
probability of an event
happening is given, or implied, in
the question, and you are asked
to calculate the probability of
this event happening k times out
of n, then the Binomial
Distribution must be used
• Poisson distributions are useful
to model events that seem to
take place over and over again in
a completely haphazard way.
• If a mean or average probability
of an event happening per unit
time/per page/per mile cycled
etc., is given, and you are asked
to calculate a probability
of n events happening in a given
time/number of pages/number
of miles cycled, then the Poisson
Distribution is used.
Binomial vs Poisson
24
Binomial Distribution Poisson Distribution
• The random variable of interest is the
total number of trials that ended in a
success.
• Every trial results in either a success,
with probability p, or a failure, with
probability 1-p. These must be the only
two outcomes for a trial.
• A fixed number of repeated, identical,
independent trials. n is usually the
parameter chosen to label the number
of trials.
• The probability mass function for the
binomial distribution is given by:
• Key assumptions for the Poisson model
include:
The random variable counts the number
of events that take place in a given
interval (usually of time or space)
• All events take place independently of
all other events
• The rate at which events take place is
constant usually denoted λ
• The probability mass function is given
by
25
Binomial Distribution Poisson Distribution
• Infinite Number of Trials
• Unlimited Number of Outcomes
Possible
• Mean of the Distribution is the
Same for All Intervals (mu)
• Number of Occurrences in Any
Given Interval Independent of
Others
• Predicts Number of Occurrences
per Unit Time, Space, ...
• Can be Used to Test for
Independence
• Fixed Number of Trials (n)
[10 pie throws]
• Only 2 Possible Outcomes
[hit or miss]
• Probability of Success is Constant
(p)
[0.4 success rate]
• Each Trial is Independent
[throw 1 has no effect on throw 2]
• Predicts Number of Successes
within a Set Number of Trials
• Can be Used to Test for
Independence
26
Any Question…?
27

More Related Content

What's hot

Discrete distributions: Binomial, Poisson & Hypergeometric distributions
Discrete distributions:  Binomial, Poisson & Hypergeometric distributionsDiscrete distributions:  Binomial, Poisson & Hypergeometric distributions
Discrete distributions: Binomial, Poisson & Hypergeometric distributionsScholarsPoint1
 
Poisson Distribution.pptx
Poisson Distribution.pptxPoisson Distribution.pptx
Poisson Distribution.pptxGobindaAcharya2
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson DistributionHuda Seyam
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distributionSaradha Shyam
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distributionhamza munir
 
PROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESPROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESBhargavi Bhanu
 
Probability distribution
Probability distributionProbability distribution
Probability distributionRohit kumar
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distributionSonamWadhwa3
 
Normal Distribution – Introduction and Properties
Normal Distribution – Introduction and PropertiesNormal Distribution – Introduction and Properties
Normal Distribution – Introduction and PropertiesSundar B N
 
Poisson Distribution
Poisson Distribution Poisson Distribution
Poisson Distribution ali khan
 
Discrete probability distribution (complete)
Discrete probability distribution (complete)Discrete probability distribution (complete)
Discrete probability distribution (complete)ISYousafzai
 

What's hot (20)

Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
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 distributions
Binomial probability distributions  Binomial probability distributions
Binomial probability distributions
 
PROBABILITY
PROBABILITYPROBABILITY
PROBABILITY
 
Discrete probability distributions
Discrete probability distributionsDiscrete probability distributions
Discrete probability distributions
 
Poisson Distribution.pptx
Poisson Distribution.pptxPoisson Distribution.pptx
Poisson Distribution.pptx
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson Distribution
 
Poisson Distribution
Poisson DistributionPoisson Distribution
Poisson Distribution
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
 
PROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULESPROBABILITY AND IT'S TYPES WITH RULES
PROBABILITY AND IT'S TYPES WITH RULES
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Probability
ProbabilityProbability
Probability
 
Poisson distribution
Poisson distributionPoisson distribution
Poisson distribution
 
Normal Distribution – Introduction and Properties
Normal Distribution – Introduction and PropertiesNormal Distribution – Introduction and Properties
Normal Distribution – Introduction and Properties
 
Poisson Distribution
Poisson Distribution Poisson Distribution
Poisson Distribution
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Statistics:Probability Theory
Statistics:Probability TheoryStatistics:Probability Theory
Statistics:Probability Theory
 
Discrete probability distribution (complete)
Discrete probability distribution (complete)Discrete probability distribution (complete)
Discrete probability distribution (complete)
 
Probability
ProbabilityProbability
Probability
 

Similar to Poission distribution

Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions Anthony J. Evans
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distributionPrateek Singla
 
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
 
ORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdfORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdfSanjayBalu7
 
Statistical computing2
Statistical computing2Statistical computing2
Statistical computing2Padma Metta
 
Probability distribution
Probability distributionProbability distribution
Probability distributionPunit Raut
 
Presentation_Binomial and poisson distribution (1).pdf
Presentation_Binomial and poisson distribution (1).pdfPresentation_Binomial and poisson distribution (1).pdf
Presentation_Binomial and poisson distribution (1).pdfMalika Fatma
 
Sqqs1013 ch5-a122
Sqqs1013 ch5-a122Sqqs1013 ch5-a122
Sqqs1013 ch5-a122kim rae KI
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distributionlovemucheca
 
Module 5 Lecture Notes
Module 5 Lecture NotesModule 5 Lecture Notes
Module 5 Lecture NotesLumen Learning
 
Probability Distributions.pdf
Probability Distributions.pdfProbability Distributions.pdf
Probability Distributions.pdfShivakumar B N
 
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
 
Poisson distribution presentation
Poisson distribution  presentationPoisson distribution  presentation
Poisson distribution presentationJAVAID AHMAD WANI
 
Distribution function
Distribution functionDistribution function
Distribution functionthakurdiksha
 
06 Distribusi Binomial dan Poisson
06 Distribusi Binomial dan Poisson06 Distribusi Binomial dan Poisson
06 Distribusi Binomial dan PoissonEduard Sondakh
 
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjMdSazolAhmmed
 
Statr sessions 9 to 10
Statr sessions 9 to 10Statr sessions 9 to 10
Statr sessions 9 to 10Ruru Chowdhury
 

Similar to Poission distribution (20)

Probability Distributions
Probability Distributions Probability Distributions
Probability Distributions
 
Binomial and Poission Probablity distribution
Binomial and Poission Probablity distributionBinomial and Poission Probablity distribution
Binomial and Poission Probablity distribution
 
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...
 
Poisson Probability Distributions
Poisson Probability DistributionsPoisson Probability Distributions
Poisson Probability Distributions
 
ORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdfORMR_Monte Carlo Method.pdf
ORMR_Monte Carlo Method.pdf
 
Statistical computing2
Statistical computing2Statistical computing2
Statistical computing2
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
Presentation_Binomial and poisson distribution (1).pdf
Presentation_Binomial and poisson distribution (1).pdfPresentation_Binomial and poisson distribution (1).pdf
Presentation_Binomial and poisson distribution (1).pdf
 
Sqqs1013 ch5-a122
Sqqs1013 ch5-a122Sqqs1013 ch5-a122
Sqqs1013 ch5-a122
 
random variable and distribution
random variable and distributionrandom variable and distribution
random variable and distribution
 
Module 5 Lecture Notes
Module 5 Lecture NotesModule 5 Lecture Notes
Module 5 Lecture Notes
 
Probability Distributions.pdf
Probability Distributions.pdfProbability Distributions.pdf
Probability Distributions.pdf
 
Probability distribution
Probability distributionProbability distribution
Probability distribution
 
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
 
Poisson distribution presentation
Poisson distribution  presentationPoisson distribution  presentation
Poisson distribution presentation
 
Distribution function
Distribution functionDistribution function
Distribution function
 
06 Distribusi Binomial dan Poisson
06 Distribusi Binomial dan Poisson06 Distribusi Binomial dan Poisson
06 Distribusi Binomial dan Poisson
 
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
 
Statr sessions 9 to 10
Statr sessions 9 to 10Statr sessions 9 to 10
Statr sessions 9 to 10
 

Recently uploaded

Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 

Recently uploaded (20)

Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 

Poission distribution

  • 1. Submitted By: 2014-UETR-CS-04 Submitted To: Sir Ihsan-Ul-Ghafoor Poisson distribution 1
  • 2. POISSON DISTRIBUTION • The Poisson Distribution was developed by the French mathematician Simeon Denis Poisson in 1837. 2
  • 3. Poisson Distribution • Simeon Denis Poisson (1781– 1840) • Basic Purpose Siméon Denis Poisson (1781–1840) 3
  • 4. What is Poisson distribution? • The Poisson distribution is a discrete probability distribution for the counts of events that occur randomly in a given interval of time (or space). • Many experimental situations occur in which we observe the counts of events within a set unit of time, area, volume, length etc. Examples: • The number of cases of a disease in different towns • The number of mutations in set sized regions of a chromosome 4
  • 5. Equation The probability of observing x events in a given interval is given by, . e is a mathematical constant. e≈2.718282 5
  • 6. • The probability that there are r occurrences in a given interval is given by 6
  • 7. Poisson Process  Poisson process is a random process which counts the number of events and the time that these events occur in a given time interval. The time between each pair of consecutive events has an exponential distribution with parameter λ and each of these inter-arrival times is assumed to be independent of other inter-arrival times. 7
  • 8. Example 1. Births in a hospital occur randomly at an average rate of 1.8 births per hour. What is the probability of observing 4 births in a given hour at the hospital? 2. If the random variable X follows a Poisson distribution with mean 3.4 find P(X=6)? 3. Number of telephone calls in a week. 4. Number of people arriving at a checkout in a day. 5. Number of industrial accidents per month in a manufacturing plant. . 8
  • 9. 6. A typist makes on average 2 mistakes per page. What is the probability of a particular page having no errors on it? Solution; P0 = 2^0/0! * exp(-2) = 0.135 7. A computer crashes once every 2 days on average. What is the probability of there being 2 crashes in one week? Solution; P2 = (3.5)^2/2! * exp (-3.5) = 0.185 9
  • 10. 8.The mean number of faults in a new house is 8. What is the probability of buying a new house with exactly 1 fault? so P1 = 8^1/1! * exp(-8) = 0.0027. 10
  • 11. Problem number 1: Consider, in an office 2 customers arrived today. Calculate the possibilities for exactly 3 customers to be arrived on tomorrow. Solution Find f(x). P(X=x) = e-λ λ x / x! P(X=3) = (0.135)(8) / 3! = 0.18. Hence there are 18% possibilities for 3 customers to be arrived on tomorrow 11
  • 12. Problem number 2: Births in a hospital occur randomly at an average rate of 1.8 births per hour. i) What is the probability of observing 4 births in a given hour at the hospital? ii) What about the probability of observing more than or equal to 2 births in a given hour at the hospital? Solution: Let X = No. of births in a given hour i) 12
  • 13. ii) More than or equal to 2 births in a given hour 13
  • 14. Problem number 3: Consider a computer system with Poisson job-arrival stream at an average of 2 per minute. Determine the probability that in any one-minute interval there will be (i) 0 jobs; (ii) exactly 2 jobs; (iii) at most 3 arrivals. Solution (i) No job arrivals: 14
  • 15. (iii) At most 3 arrivals (ii) Exactly 3 job arrivals: 15
  • 16. Fitting a Poisson distribution to observed data. The following tables gives a number of days in a 50 – day period during which automobile accidents occurred in a city Fit a Poisson distribution to the data : No of accidents : 0 1 2 3 4 No. of days :21 18 7 3 1 solution X F Fx 0 21 0 1 18 18 2 7 14 3 3 9 4 1 4 N=50 ∑fx=45 M = X = ∑fx/N = 45/50 = 0.9 16
  • 17. In order to fit Poisson distribution , we shall multiply each probability by N i.e. 50 Hence the expected frequencies are : X 0 1 2 3 4 F 0.4066 X 50 0.3659 X 50 0.1647 X 50 0.0494 X 50 0.0111 X 50 =20.33 =18.30 =8.24 =2.47 =0.56 17
  • 18. Mean and Variance for the Poisson Distribution It’s easy to show that for this distribution, The Mean is: e.g. mean=1.8 The Variance is: then Variance=1.8 So, The Standard Deviation is: Standard Deviation=1.34    2   18
  • 19. 19
  • 20. Graph : • Let’s continue to assume we have a continuous variable x and graph the Poisson Distribution, it will be a continuous curve, as follows: Fig: Poison distribution graph. 20
  • 21. Applications of Poisson distribution  A practical application of this distribution was made by Ladislaus Bortkiewicz in 1898 when he was given the task of investigating the number of soldiers in the Russian army killed accidentally by horse kicks this experiment introduced the Poisson distribution to the field of reliability engineering. Ladislaus Bortkiewicz 21
  • 22. • the number of deaths by horse kicking in the Prussian army • birth defects and genetic mutations • rare diseases 22
  • 23. • traffic flow and ideal gap distance • number of typing errors on a page • hairs found in McDonald's hamburgers • spread of an endangered animal in Africa • failure of a machine in one month 23
  • 24. Binomial Distribution Poisson Distribution • Binomial distributions are useful to model events that arise in a binomial experiment. • If, on the other hand, an exact probability of an event happening is given, or implied, in the question, and you are asked to calculate the probability of this event happening k times out of n, then the Binomial Distribution must be used • Poisson distributions are useful to model events that seem to take place over and over again in a completely haphazard way. • If a mean or average probability of an event happening per unit time/per page/per mile cycled etc., is given, and you are asked to calculate a probability of n events happening in a given time/number of pages/number of miles cycled, then the Poisson Distribution is used. Binomial vs Poisson 24
  • 25. Binomial Distribution Poisson Distribution • The random variable of interest is the total number of trials that ended in a success. • Every trial results in either a success, with probability p, or a failure, with probability 1-p. These must be the only two outcomes for a trial. • A fixed number of repeated, identical, independent trials. n is usually the parameter chosen to label the number of trials. • The probability mass function for the binomial distribution is given by: • Key assumptions for the Poisson model include: The random variable counts the number of events that take place in a given interval (usually of time or space) • All events take place independently of all other events • The rate at which events take place is constant usually denoted λ • The probability mass function is given by 25
  • 26. Binomial Distribution Poisson Distribution • Infinite Number of Trials • Unlimited Number of Outcomes Possible • Mean of the Distribution is the Same for All Intervals (mu) • Number of Occurrences in Any Given Interval Independent of Others • Predicts Number of Occurrences per Unit Time, Space, ... • Can be Used to Test for Independence • Fixed Number of Trials (n) [10 pie throws] • Only 2 Possible Outcomes [hit or miss] • Probability of Success is Constant (p) [0.4 success rate] • Each Trial is Independent [throw 1 has no effect on throw 2] • Predicts Number of Successes within a Set Number of Trials • Can be Used to Test for Independence 26