Home Statistical Dictionary Bernoulli Distribution

Bernoulli Distribution

The simplest discrete distribution, describing a single trial with exactly two possible outcomes, success or failure, occurring with probability $p$ and $1-p$ respectively.

Discrete Probability DistributionsBeginnerFree

In Plain English

The Bernoulli distribution is the mathematical model of a single coin flip, or any yes/no, success/failure event: one trial, two possible outcomes, and a single number, , that fully describes how likely 'success' is. It's the smallest possible building block in probability theory, and nearly every other discrete distribution involving binary outcomes, the Binomial, Geometric, Negative Binomial, is built directly out of repeated or accumulated Bernoulli trials.

Definition

A discrete random variable follows a Bernoulli distribution with success probability if and , with mean and variance . It is the single-trial special case of the Binomial distribution (), and a sequence of independent, identically distributed Bernoulli trials is the fundamental building block underlying the Binomial, Geometric, and Negative Binomial distributions.

Formula

Notation

Probability of success (X=1)

Properties

  • The Bernoulli distribution is the single-trial special case of the Binomial distribution, every Binomial random variable is literally a sum of independent, identically distributed Bernoulli random variables, making the Bernoulli the atomic building block of the entire binary-outcome distribution family.
  • The Bernoulli distribution's variance, , is maximized at (maximum uncertainty about the outcome) and approaches zero as approaches 0 or 1 (the outcome becomes near-certain), a shape that recurs throughout binary-outcome statistics.
  • As the response distribution in logistic regression, the Bernoulli distribution (technically a Binomial with ) is one of the standard exponential-family distributions used as a Generalized Linear Model's likelihood for a binary outcome.

At a Glance

Support{0, 1}
Meanp
Variancep(1-p)
Special case ofthe Binomial distribution, with n = 1
Last updated August 9, 2026← Back to the Dictionary