learn.howToCalculate
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 計算機をお試しください
自分で試してみる→