Poisson Distribution

Maths: Statistics for machine learning

2 min read

Published Oct 22 2025, updated Oct 23 2025


40
0
0
0

Machine LearningMathsNumPyPandasPythonStatistics

The Poisson distribution models the number of times an event occurs in a fixed interval of time, area, or volume,
given that:

  • The events occur independently,
  • The average rate (λ) is constant, and
  • Two events cannot happen at exactly the same instant.

In short:

It tells you the probability of getting k events in a given interval when you know the average rate λ (lambda).




Formula: Probability Mass Function (PMF)

Poisson PMF Formula

Where:

  • X = number of events
  • λ = average number of occurrences (mean rate)
  • e = 2.718 (Euler’s number)

The total probability adds up to 1:

Poisson Total Formula

Examples:

  • Customer arrivals - Number of customers entering a store per hour
  • Emails received - Emails per minute
  • Defects in manufacturing - Defective parts per batch
  • Website hits - Visits per second

Poisson Distribution

  • A bar chart where the probability peaks around λ (mean)
  • The distribution is right-skewed for small λ values (rare events)
  • As λ increases, it becomes more symmetrical and approaches the Normal distribution

Example (λ = 4):

  • Most likely outcomes: k = 3, 4, or 5
  • Low probability for 0 or large counts





In Machine Learning

  • Count data modelling - Number of clicks, visits, failures, or events per interval
  • Anomaly detection - Unusually high event counts signal rare anomalies
  • Natural language processing (NLP) - Word occurrence counts in documents
  • Regression - Poisson Regression models count-based target variables
  • Queueing theory / Simulation - Modelling arrivals, traffic, or process events

Products from our shop

Docker Cheat Sheet - Print at Home Designs

Docker Cheat Sheet - Print at Home Designs

Docker Cheat Sheet Mouse Mat

Docker Cheat Sheet Mouse Mat

Docker Cheat Sheet Travel Mug

Docker Cheat Sheet Travel Mug

Docker Cheat Sheet Mug

Docker Cheat Sheet Mug

Vim Cheat Sheet - Print at Home Designs

Vim Cheat Sheet - Print at Home Designs

Vim Cheat Sheet Mouse Mat

Vim Cheat Sheet Mouse Mat

Vim Cheat Sheet Travel Mug

Vim Cheat Sheet Travel Mug

Vim Cheat Sheet Mug

Vim Cheat Sheet Mug

SimpleSteps.guide branded Travel Mug

SimpleSteps.guide branded Travel Mug

Developer Excuse Javascript - Travel Mug

Developer Excuse Javascript - Travel Mug

Developer Excuse Javascript Embroidered T-Shirt - Dark

Developer Excuse Javascript Embroidered T-Shirt - Dark

Developer Excuse Javascript Embroidered T-Shirt - Light

Developer Excuse Javascript Embroidered T-Shirt - Light

Developer Excuse Javascript Mug - White

Developer Excuse Javascript Mug - White

Developer Excuse Javascript Mug - Black

Developer Excuse Javascript Mug - Black

SimpleSteps.guide branded stainless steel water bottle

SimpleSteps.guide branded stainless steel water bottle

Developer Excuse Javascript Hoodie - Light

Developer Excuse Javascript Hoodie - Light

Developer Excuse Javascript Hoodie - Dark

Developer Excuse Javascript Hoodie - Dark

© 2025 SimpleSteps.guide
AboutFAQPoliciesContact