In the previous note on Probability and Statistical Inference, we have seen the importance of probability distributions.
This note will cover the basic intuition behind Poisson distribution, expectation, variance, and other quantitative measures to characterize the random variable. Further, we will also cover various similar phenomena following Poisson distribution.
Using the probability functions of Poisson distribution, we can compute expectation, variance, and other quantitative measures of similar phenomenons.
Condition of a Poisson Distribution
Consider a situation in which the number of events is very large and the probability of success is very small in a fixed time interval.
- The number of emails arriving in a mailbox in a particular time frame.
- The number of customers walking into a shop in a day.
- The number of alpha particles emitted by a radioactive substance entering a particular region in a given short time interval. The number of emitted alpha particles is very high. However, only a few particles are transmitted through the region in a given short time interval.
- The number of misprints on a page of a book. For instance, suppose that there is a small probability that each letter typed on a page will be misprinted.
- The number of people in a city living to 100 years of age.
- The number of wrong telephone numbers that are dialled in a day.
Poisson distribution is a discrete probability distribution that calculates the probability of a given number of events occurring in a given time frame. In addition, the sample space is huge, and the occurrence probability of the event of our interest is very small.
Poisson Distribution
A discrete random variable X is said to follow a Poisson distribution with parameter if its Probability Mass Function (PMF) is given by:
It is also denoted as:
The mean and variance of a Poisson random variable are identical:
Note: In the case of Poisson distribution, mean and variance are the same. Moreover, from the data science perspective, when a phenomenon has an identical mean and variance, we may try to approximate the random phenomenon with the Poisson distribution.
Characteristics of Poisson distribution
Poisson distribution characteristics help us decide whether a given random phenomenon can be approximated with Poisson distribution or not.
- The Poisson distribution follows a discrete probability distribution, so the outcomes should be discrete.
- The number of occurrences in each interval can range from zero to infinity.
- The random phenomenon describes the distribution of rare events, all events are independent of each other, and discrete events are described over an interval.
- The expected number of occurrences E(X) is assumed constant throughout the experiment.
The Poisson random variable has a wide range of applications in a variety of areas because it may be used as an approximation for a Binomial random variable with parameters (n,p) when n is large and p is small.
For examples:
- Suppose a random phenomenon consists of n independent trials, each of which results in success with probability p, are performed. When n is significant and p is small, the number of successes occurring is approximately a Poisson random variable with mean .
- Suppose a random phenomenon consists of finding misprints on a page of the given book. Let us consider that the probability (p) refers to each letter typed on a page in a book will be misprinted. The number of misprints on a given page will be approximately Poisson with mean , where n is many letters on that page.
- Suppose that each person in a given community independently has a small probability p of reaching the age of 100, and the number of people that do will have approximately a poison distribution with mean where n is a large number of people in the community.
Example 1: Suppose a country experiences four earthquakes on average per year. The probability of suffering from only two earthquakes is obtained as follows by using the Poisson distribution.
Here mean and x = 2.
In the above example, earthquakes occur for a very short interval compared to the number of intervals approximately to that size of earthquake duration is enormous. We may assume that the Poisson distribution can approximate this random phenomenon well.
Example 2: Suppose that the average number of accidents occurring weekly on a particular stretch of a highway equals three. The probability that there is at least one accident this week is as follows:
Here mean
Example 3: Suppose the probability that an item is defective is 0.1. Assuming that the quality of successive items is independent, the probability that a sample of 10 items will contain at most one defective item can be obtained by binomial as well as Poisson distributions as follows:
Here p = 0.1, n = 10,
Using Binomial distribution:
Using Poisson distribution:
Properties of Poisson Distribution
Additivity Property: The Poisson distribution possesses the additivity property that the sum of independent Poisson random variables is also a Poisson random variable.
For example, suppose that and are independent Poisson random variables having respective means and . Then are distributed as Poisson distribution with means .
Recurrence Relationship:
- If then
References
- Essentials of Data Science With R Software – 1: Probability and Statistical Inference, By Prof. Shalabh, Dept. of Mathematics and Statistics, IIT Kanpur.
CITE THIS AS:
“Probability and Statistical Inference – Introduction to Poisson Probability Distribution” From NotePub.io – Publish & Share Note! https://notepub.io/notes/mathematics/statistics/statistical-inference-for-data-science/poisson-distribution/
12,285 total views, 1 views today