The probability mass function (PMF) is a foundational concept in probability theory, particularly when dealing with discrete random variables. It describes the probability that a discrete random variable is exactly equal to some value.
For the Poisson distribution, the PMF is particularly crucial as it provides a formula to calculate the probability of observing a fixed number of events within a specific interval. Here, events occur with a constant mean rate and independently of the time since the last event. The PMF for Poisson distribution is mathematically denoted as:
\[P(X = k) = \frac{e^{-\lambda} \lambda^k}{k!}\]
where:
- \(e\) is the base of natural logarithms,
- \(\lambda\) is the average rate of success per interval,
- \(k\) is the number of occurrences of an event,
- \(k!\) stands for \(k\) factorial.
Understanding and applying the PMF allows students to solve real-world problems where the Poisson distribution is applicable, such as calculating the probability of a specific number of calls in a call center during an hour.