6.8
푸아송 확률 분포는 이산 확률 분포입니다. 이 분포는 사건이 알려진 평균 속도로 발생하고 마지막 사건 이후의 시간과 관계없이 일정한 시간 또는 공간 간격에서 여러 사건이 발생할 확률을 나타냅니다. 예를 들어, 책 편집자는 특정 책에서 철자가 틀린 단어의 수에 관심이 있…
푸아송 분포는 시간, 부피, 거리 또는 이와 유사한 단위와 같은 지정된 간격 동안 이벤트 발생에 적용되는 이산 확률 분포의 한 유형입니다.
하루 평균 3대의 일일 자동차 판매량에 대한 데이터를 생각해 보십시오. 이 경우 푸아송 분포를 사용하여 평균값 주위의 확산 정도를 예측할 수 있습니다.
예를 들어, 푸아송 분포 공식을 사용하여 주어진 날에 정확히 4대의 자동차가 판매될 확률을 예측할 수 있습니다. 이 확률 값은 평균에만 의존하며 이전 판매 기록에는 의존하지 않습니다.
동일한 공식을 사용하여 다른 모든 확률을 계산하고 더 나은 시각적 표현을 위해 플롯할 수 있습니다.
푸아송 분포에 대한 표준 편차는 평균의 제곱근으로 제공됩니다.
이항 분포와 달리 푸아송 분포는 평균의 영향만 받으며 표본 크기나 확률의 영향을 받지 않습니다. 또한 푸아송 분포의 랜덤 변수에는 상한이 없습니다.
View the full transcript and gain access to JoVE Core videos
Q1: What types of events can the Poisson distribution model?
The Poisson distribution models discrete events occurring over a specified interval such as time, volume, or distance. It applies when events happen at a known average rate and independently of each other. Examples include daily car sales, misspelled words in a book, or any countable occurrences within a fixed interval where the average rate is known.
Q2: How does the Poisson distribution differ from the binomial probability distribution?
Unlike the binomial probability distribution, the Poisson distribution depends only on the mean and is unaffected by sample size or probability of individual events. The binomial distribution requires a fixed number of trials and constant probability, while Poisson applies to events in a continuous interval with no upper limit on the random variable.
Q3: What formula determines the standard deviation in a Poisson distribution?
The standard deviation of a Poisson distribution equals the square root of the mean. This relationship is unique to Poisson distributions and simplifies calculations since you need only the mean value to determine both the distribution's center and spread around that mean.
Q4: Can you use the Poisson distribution to approximate other probability distributions?
Yes, the Poisson distribution can approximate the binomial probability distribution when the probability of success is small (such as 0.01) and the number of trials is large (such as 1,000). This approximation simplifies calculations when binomial conditions are met but parameters make direct computation difficult.
Q5: Why does the Poisson distribution depend only on the mean?
The Poisson distribution models independent events occurring at a constant average rate within a fixed interval. Since each event is independent and the rate is known, only the mean is needed to describe the probability of any number of occurrences. Previous event history does not influence future probabilities in this model.
Q6: How would you calculate the probability of a specific number of events using Poisson?
The Poisson formula calculates the probability of exactly k events occurring given the mean. For example, with an average of three daily car sales, you can calculate the probability of selling exactly four cars on a given day. Once calculated, all other probabilities can be plotted in probability histograms for visual representation.
Q7: What real-world scenarios are suitable for Poisson distribution analysis?
Poisson distribution applies to countable events in fixed intervals where the average rate is known and events are independent. Examples include the number of misspelled words in 100 pages of a book, customer arrivals per hour at a service desk, or defects per unit of production. Any scenario with a predictable average rate over a defined interval fits this model.