⚡ Advanced Poisson Distribution Calculator

Rare Event Analysis: Calculate probabilities for events that occur randomly and independently at a constant average rate. Ideal for modeling arrivals, failures, accidents, and natural phenomena.

Multiple Calculation Types: Find exact probabilities, cumulative probabilities, ranges, and statistical measures with detailed visualizations.

Real-World Applications: Customer arrivals, system failures, traffic accidents, radioactive decay, and any scenario with rare, independent events.

⚡ Calculation Types

🎯 Exact Probability

P(X = k) for exactly k events

📊 Cumulative Probability

P(X ≤ k) or P(X ≥ k) probabilities

📈 Range Probability

P(a ≤ X ≤ b) between two values

Exact Probability Formula:

P(X = k) = (λ^k × e^(-λ)) / k!
Average number of events per interval
Exact number of events to analyze
Time or space unit for context (optional)

Cumulative Probability Formula:

P(X ≤ k) = Σ[i=0 to k] (λ^i × e^(-λ)) / i!
Average number of events per interval
Threshold number of events
Type of cumulative probability
Time or space unit for context (optional)

Range Probability Formula:

P(a ≤ X ≤ b) = P(X ≤ b) - P(X ≤ a-1)
Average number of events per interval
Lower bound (inclusive)
Upper bound (inclusive)
Time or space unit for context (optional)
📚 Understanding Poisson Distribution

Key Requirements: Events occur independently, at a constant average rate, and are rare relative to the observation period. Perfect for modeling random arrivals and occurrences.