Cómo desarrollar la distribución Poisson Estadistica
Introduction to Poisson Distribution
Overview of Poisson Distribution
- The Poisson distribution describes certain processes modeled by a discrete random variable, typically represented by the Greek letter lambda (λ), which can take integer values (0, 1, 2, 3, etc.).
- Applications of the Poisson distribution include modeling telephone call arrivals at a computer service center, patient visits in healthcare settings, truck arrivals at toll booths, and accident occurrences at intersections.
Formula and Calculation
- The formula for calculating probabilities using the Poisson distribution is given as:
[ P(X = x) = frace^-lambda cdot lambda^xx! ]
where λ represents the average rate of occurrence and x is the specific number of occurrences being analyzed.
Example Scenario: Accidents on a Cruise
- An example involves investigating safety on a dangerous cruise with an average of 5 accidents per month. Here, λ equals 5.
- The goal is to calculate the probability of experiencing exactly 0, 1, 2, or 3 accidents during this period.
Step-by-Step Probability Calculations
- For zero accidents:
- Using λ = 5 and x = 0 in the formula yields P(X = 0) = e^-5 cdot 5^0/0! ≈ 0.00674 .
- For one accident:
- Replacing x with 1 gives P(X = 1) ≈ e^-5 cdot 5^1/1! ≈ 0.0337 .
- Continuing this process for two accidents results in P(X = 2) ≈ e^-5 cdot 5^2/2! ≈ 0.08485.
Cumulative Probability Calculation
- To find the probability of having at least three accidents:
- Sum probabilities from previous calculations: P(≥3)=P(0)+P(1)+P(2).
Another Example: Bad Checks Received
Scenario Analysis
- In another example involving checks without funds received by a bank averaging six per day (λ =6), we want to determine the probability of receiving exactly four bad checks (x =4).
Application of Formula
- Substituting into the formula gives us:
- P(X =4)=e^-6cdot6^4/4!approx0.0378. This result indicates that there’s about a 3.78% chance that four bad checks will be received in one day.
This concludes our exploration into Poisson distributions and their applications through practical examples.