Skip to content
Statistics Medium #poisson#counts#rare-events

Poisson Distribution

Counts of rare events in a fixed window. Lambda controls both mean and variance.

A free, animated poisson distribution you can read here or embed on any website, from Scrollchart.

Poisson Distribution

Poisson PMF

The Poisson distribution gives the probability of observing exactly k events in a fixed interval when events occur independently at a constant average rate. The single parameter lambda (the Greek letter) sets both the mean and the variance of the distribution: low lambda produces a distribution skewed toward zero; higher lambda shifts and widens the histogram until it begins to approximate a normal bell.\n\nThe diagram plots each integer outcome on the x-axis with a bar whose height equals the probability of that exact count. Common real-world examples: goals scored per football match (lambda around 2.7 for many leagues), emergency calls per hour, radioactive decay events per minute, typographical errors per page.

Good for

  • Articles in the statistics category
  • Editorial pages where a quick visual replaces a wall of text
  • Content-marketing posts that need a clean, branded illustration

Source & accuracy

This poisson distribution is an editorial illustration built to represent the concept accurately. Where it shows figures, they are typical or representative values chosen to make the relationship clear, not a single underlying dataset. The diagram and its explainer are reviewed and maintained centrally, and updated over time as understanding improves.

Rare-event counting in fixed intervals

The Poisson distribution models the count of events occurring in a fixed time or space interval when events happen independently at a constant average rate. A single parameter lambda controls both the mean and variance, which are equal.

Examples abound: the number of phone calls arriving at a switchboard in an hour, the count of manufacturing defects in a production run, or the number of customer arrivals at a service desk in a day. If lambda = 3, the expected count is 3, and the distribution spreads around that value.

Discrete shape and the rare-event approximation

Unlike continuous distributions, the Poisson is discrete, taking integer values 0, 1, 2, and so on. For rare events (small lambda), the distribution concentrates near zero with a rapid decay. For larger lambda, the distribution becomes more bell-shaped and approximates a normal distribution (another consequence of the central limit theorem).

Interestingly, the Poisson is the limiting distribution of binomial when n is large, p is small, and n times p equals lambda. This connection explains why rare events in large populations often fit a Poisson model better than a binomial model, despite both being valid.

Embed this diagram

Add this animated poisson distribution to your own site. Copy one line of HTML, or use the embed builder for theme and sizing options.

Reference

What this is
A free, embeddable, animated poisson distribution for any website.
Who uses it
Data journalists, Researchers & academics, Content marketers, News organizations.
How to embed
Copy one line of HTML. No signup. No watermark. Works in WordPress, Webflow, Ghost, Substack, plain HTML.
File size
iframe embed, ~80 KB gzipped (loads on demand, does not block your page paint).
License
Free forever. Editorial explainer text included; updated centrally over time.

Embed format options

Copy the universal HTML snippet, the WordPress shortcode, or an iframe fallback - see the WordPress plugin page for details. Any format keeps the same Core Web Vitals profile and the same explainer text.

Embed snippet
<div data-scrollchart="poisson-distribution" data-scrollchart-v="1"></div>
<script src="https://scrollchart.com/embed.js" async></script>

Frequently asked questions

Where can I get a free animated "Poisson Distribution" for my website?
Scrollchart provides "Poisson Distribution" as a free, embeddable animated diagram you can add to any website with one line of HTML. No signup is required and there is no watermark. The diagram and its explainer text are served from scrollchart.com, so the embed stays current without any maintenance on your end.
How do I embed a poisson distribution in a blog post or article?
Paste the one-line HTML snippet from the Scrollchart diagram page into your post editor. It works in WordPress, Webflow, Ghost, and plain HTML with no plugin required. The animated diagram and its explainer text load from scrollchart.com and render directly in your page DOM.