Logos52
wiki / Concepts / Probability Distributions

Probability Distributions

reference updated 2026-09-01

Probability Distributions

A probability distribution is a way of describing how likely each possible outcome is when something is uncertain. It assigns a probability—a number between 0 and 1—to each outcome, where a higher number means the outcome is more likely to occur.

Start by asking what kind of number you have. The chart moves from your number to its pattern.

WHAT THE NUMBER IS WHAT MAKES IT THE SHAPE A count of how many one yes-or-no try One trial with a fixed chance of yes.Bernoulli a fixed number of tries Count of yeses out of n independent tries at the same chance.Binomial a window of time, steady rate Count of events in a window when events do not affect each other.Poisson a window of time, clumpy Poisson counts whose rate itself varies. More zeros and more big days.Negative binomial tries until the first yes Number of tries up to and including the first success.Geometric A length of waiting until the next event Gap between Poisson events. Memoryless: waiting longer buys nothing.Exponential until the k-th event Sum of k exponential gaps.Gamma until a thing gives out Failure time where the danger rises or falls with age.Weibull A measured amount many small effects added Sums of many independent small contributions.Normal many small factors multiplied Products of many independent small factors. Positive, right-skewed.Log-normal a few giants carry the total Pareto. The largest few items dominate the sum.Power law an average from a small sample Normal shape with thicker ends, from estimating the spread on few points.Student's t A choice or a share one of several named options Pick one label out of k, each with its own chance.Categorical a proportion you are unsure about A distribution over a probability between 0 and 1.Beta anywhere in a range, no preference Every value in the range equally likely.Uniform

Contents: A count of how many · A length of waiting · A measured amount · A choice or a share · One family

A count of how many

These distributions describe the number of occurrences or successes in a fixed setting.

Bernoulli

0 · no 1 · yes chance 0.7 0.3 One flip with a 30 percent chance of yes. Two outcomes, two heights, and the heights add to 1.

The Bernoulli distribution models a single event that either happens or does not. It has one parameter: the probability that the event occurs.

Examples: whether a message gets a reply · whether a visitor signs up

Binomial

0 2 4 6 8 10 12 14 16 18 20 chance p = 0.15 p = 0.5 Twenty flips. The step over 6 is the chance of getting exactly six yeses out of the twenty.

The Binomial distribution models a fixed number of independent trials, each with the same probability of success. It has two parameters: the number of trials and the probability of success on each trial.

Examples: replies to 200 sent messages · signups from 50 demo calls

Poisson

0 2 4 6 8 10 12 14 16 18 20 22 chance average 1 per hour average 4 per hour average 10 per hour How many arrivals land in one hour at three long-run averages. The spread widens as the average rises.

The Poisson distribution models the count of events that occur at a constant rate over a period of time or space. It has one parameter: the average count during that period—and in this distribution, the mean and variance are equal.

Examples: emails in an hour · typos on a page

Negative binomial

0 2 4 6 8 10 12 14 16 18 20 22 24 26 chance Poisson, average 6 negative binomial, average 6 Both average six messages a day. The gold shape has far more silent days and far more twenty-message days.

The Negative binomial distribution describes event counts in a period when the underlying rate varies from one period to the next. When rates vary this way, you get both more zero-count periods and more very large counts than a Poisson distribution with the same average—the spread is wider. This distribution has two parameters: the average count and how much wider the counts run compared to Poisson with that average. The same distribution also describes the number of failures before you achieve a fixed number of successes in repeated yes-or-no trials—these are two views of the same mathematical shape.

Examples: messages sent per day · page views per day

Geometric

1 3 5 7 9 11 13 15 17 19 21 23 chance Tries until the first yes, when each try has a 25 percent chance. The first try is the most likely place to succeed.

The Geometric distribution models the number of trials until the first success. It has one parameter: the probability of success on each trial.

Examples: retries until a download works · applications until an offer

A length of waiting

These distributions describe how long you wait for an event or collection of events.

Exponential

0 1× average density half of all gaps are shorter than this The gap between one arrival and the next when arrivals are Poisson. Short gaps are the common case.

The Exponential distribution models the time until a single event occurs in a process where events happen at a constant rate. It has one parameter: the rate at which events occur.

Examples: the wait for the next email · the gap between two customers

Gamma

0 2 4 6 8 10 12 14 density wait for the 2nd arrival wait for the 3rd wait for the 5th Waiting for several arrivals instead of one. Each extra arrival pushes the peak right and evens the shape out.

The Gamma distribution models the time until a fixed number of events occur in a constant-rate process. It has two parameters: the number of events you are waiting for and the rate at which events occur.

Examples: the wait for the tenth customer · a batch of ten jobs finishing

Weibull

0 0.5 1 1.5 2 2.5 3 density k = 0.7, danger falls with age k = 1, danger flat k = 2.5, danger rises with age Time until something fails, with one dial for whether surviving this long makes the next moment safer or more dangerous.

The Weibull distribution models the time until failure of a system, and handles situations where the failure rate changes over time. It has two parameters: a shape parameter that controls whether failures become more or less likely as time passes, and a scale parameter that sets the overall timespan.

Examples: the life of a hard drive · how long a subscription is kept

A measured amount

These distributions describe continuous quantities like heights, weights, or errors.

Normal

-3σ -2σ -1σ mean +1σ +2σ +3σ density 68 in 100 land inside one σ of the mean 95 in 100 land inside two Add up many small independent nudges and the total lands here, even and symmetric, with ends that thin out fast.

The Normal distribution, also called the Gaussian distribution, is a bell curve symmetric around its center. It has two parameters: the mean (center) and the standard deviation (spread).

Examples: people’s heights · measurement error

Log-normal

0 1 2 3 4 5 6 7 8 density log-normal normal, same average half of all values sit left of here and the tail runs on Multiply many small factors instead of adding them and you get this: a floor at zero, a peak on the left, a long right tail.

The Log-normal distribution models quantities that cannot be negative and have a long tail toward larger values. It arises when the logarithm of the quantity follows a normal distribution.

Examples: reply delays · file sizes · incomes

Power law

1 2 4 6 8 10 12 how often, each line ten times the one below 1 1/10 1/100 1/1000 1/10000 power law exponential the dashed line has already left the bottom of the chart Each grey line is a tenth of the one above it. The dashed tail is gone by 7. The solid one is still there at 12.

The Power law distribution describes quantities where larger values are rarer than smaller values, with no natural peak. It has one parameter: an exponent that controls how steeply the tail falls off.

Examples: city sizes · follower counts

Student’s t

-4 -3 -2 -1 0 1 2 3 4 density normal t, 3 degrees of freedom far-out values stay possible Same middle, thicker ends. A small sample produces these ends, so its extreme readings are less surprising than they look.

Student’s t distribution is a bell curve like the normal distribution but with heavier tails, arising when you average a small sample from a normal population. It has one parameter: the degrees of freedom, which relates to the sample size.

Examples: the average of five test runs

A choice or a share

These distributions describe proportions, probabilities, or selections among categories.

Categorical and Zipf

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 share of all messages sent the top three contacts take 55 percent of everything sent Contacts ranked by how much gets written to them. Rank 1 takes about twice rank 2 and about three times rank 3.

The Categorical distribution models the outcome when you choose one item from a fixed set of categories, each with its own probability. The Zipf distribution is a special categorical distribution where category popularity follows a power law—the first category is most popular, the second half as popular, and so on.

Examples: which friend you text most · which words a language uses most

Beta

0 0.25 0.5 0.75 1 density 1 and 1 2 and 6 6 and 6 9 and 3 A belief about an unknown chance. The two numbers count yeses and noes, both starting at 1, and more of either narrows the shape.

The Beta distribution describes an uncertain probability—how likely an event is to occur—based on observed successes and failures. It has two parameters: the count of observed successes and the count of observed failures.

Examples: how often customers click, after watching 40 of them

Uniform

0 0.25 0.5 0.75 1 density Every value between the two ends is equally likely, and nothing outside them ever happens.

The Uniform distribution gives equal probability to all values in a range. It has two parameters: the minimum and maximum of the range.

Examples: a computer’s raw random number · a delivery window between 9 and 5, nothing else known

One family

Many distributions arise from one another through simple modifications. The exponential distribution is a special case of the gamma distribution; the geometric distribution is a special case of the negative binomial; and the normal distribution emerges as the limit of many other distributions when samples grow large.

One yes-or-no trial. Every other counting shape is built from repeats of this. Bernoulli one yes-or-no try Count of yeses in n fixed tries. Binomial count over n tries A distribution over the chance p itself. Update it with yeses and noes. Beta the chance itself Tries until the first yes. Geometric tries to first yes Count of events in a window at a steady rate. Poisson count in a window Sums of many small independent effects. Normal sums of many effects Poisson whose rate is itself random. Clumpier counts. Negative binomial clumpy counts Gap between Poisson events. Exponential gap to the next event Exponential of a normal. Products of many small factors. Log-normal products of factors Normal with the spread estimated from few points. Student's t small-sample normal Sum of k exponential gaps. Gamma wait for the k-th add up many n large, p small the chance p, drawn continuous cousin exponentiate estimate the spread add k of them rate itself varies Hover any box for what it is. Follow an arrow to see what one change to the story does to the shape.
  • Per Capita gives the division that turns a raw count into a rate. That division comes before any count here gets its distribution read.
  • Positional Decisions and Expected Value gives what an average over many repeats is worth to a decision when any single result can fail.
  • Expectancy in Wicked Environments gives a way to weigh chance times size when nobody posts the odds. The chance in that weighing is what a distribution here supplies.
  • Confidence Calibration gives two checks on whether a certainty of yours deserves the weight you put on it. The beta here asks the same question with counted yeses and noes.

Open questions

  • A computer’s random number generator produces uniform draws. How it bends those draws into the other distributions here is not on this page.

Sources

  • The section texts were written by Claude Haiku 4.5 on 2026-09-01, cold, from a spec naming the audience, the format, and the facts that had to appear. The spec and the method are in 01 - Workbench/GENERATOR-eli5-haiku-DRAFT-2026-09-01.md.
  • The figures are drawn from the real mass and density functions by scripts/gen-distribution-diagrams.py.