Cumulative probability is a key concept to understand when dealing with Poisson distributions. In our grocer's problem, we are interested in finding how likely it is for the grocer to sell a certain number of articles in a week. This likelihood is expressed as a probability. Cumulative probability specifically looks at the chance of selling up to and including a certain number of articles, not exceeding it.
For instance, the probability that the grocer sells at most "k" articles is denoted by the cumulative probability \( P(X \leq k) \). This calculation sums up the probabilities of all possible outcomes from zero articles up to "k."
To solve our problem with the Poisson distribution, we utilize the formula:
- \( P(X \leq k) = \sum_{i=0}^{k} \frac{e^{-\lambda} \lambda^i}{i!} \)
Here, \( e \) is Euler's number, approximately 2.71828, and \( \lambda \) (lambda) is the average rate of occurrence, which is 3 in the grocer's example. We compute the probability for each number of articles sold and aggregate these for the cumulative probability.