Skip to main content
DigiCalcs

如何计算Poisson Distribution

learn.whatIsHeading

The Poisson distribution models the number of events in a fixed interval given average rate λ. P(X=k) = (e^−λ × λᵏ) / k!. Both the mean and variance equal λ.

分步指南

  1. 1P(X=k) = (e^−λ × λᵏ) / k!
  2. 2λ = average number of events per interval
  3. 3Events must be independent and occur at constant average rate

例题解析

输入
λ=3 calls/min · P(exactly 5 calls)
结果
P = e^−3 × 3⁵/120 ≈ 10.1%
Classic Poisson application

准备好计算了吗?尝试免费的 Poisson Distribution 计算器

自己尝试一下 →

设置

隐私条款关于© 2026 DigiCalcs