如何计算Poisson Probability
learn.whatIsHeading
Poisson distribution models the number of events in a fixed interval when events occur independently at a constant average rate. Used for rare event probability.
公式
P(X = k) = (λᵏ × e⁻λ) / k! where λ is the average rate
分步指南
- 1Enter λ (average number of events)
- 2Enter k (number of events of interest)
- 3Calculate using the Poisson formula
例题解析
输入
λ = 3, k = 2
结果
P(X = 2) ≈ 0.224
(3² × e⁻³) / 2! ≈ 0.224
常见错误注意事项
- ✕Confusing λ with the event value
- ✕Using Poisson when binomial is more appropriate
准备好计算了吗?尝试免费的 Poisson Probability 计算器
自己尝试一下 →