Table of Contents
Poisson distribution is a discrete probability distribution that describes the number of occurrences of events in a given interval of time or space.
Assumptions:
Probability mass function:
P(X = k) = (e^-λ) * λ^k / k!
where:
Moments:
Applications:
Example:
A factory produces 100 electronic components per day, and 2% of the components are defective. Assuming that the number of defective components is independent of the number of components produced in any given day, what is the probability that a randomly selected day will have exactly 3 defective components?
Using the Poisson distribution formula, the probability of having exactly k defective components is given by:
P(X = k) = (e^-λ) * λ^k / k!
where:
Substituting these values into the formula, we get:
P(X = 3) = (e^-0.02) * 0.02^3 / 3! = 0.0039
Therefore, the probability of having exactly 3 defective components in a randomly selected day is 0.0039.
Table of Contents
Categories