Bernoulli Distribution:
Definition: The Bernoulli Distribution is a discrete probability distribution that models a random experiment with two possible outcomes - success (usually denoted as 1) and failure (usually denoted as 0). It is named after Swiss mathematician Jacob Bernoulli.
Probability Mass Function (PMF): The PMF of the Bernoulli Distribution is defined as:
Mean and Variance: The mean (expected value) of the Bernoulli Distribution is , and the variance is .
Mean
The expected value of a Bernoulli random variable is
This is due to the fact that for a Bernoulli distributed random variable with and we find
Variance
The variance of a Bernoulli distributed is
We first find
From this follows
With this result it is easy to prove that, for any Bernoulli distribution, its variance will have a value inside .
Graphical Representation:
Here's a bar graph illustrating the Bernoulli Distribution for different values of :
Bernoulli distribution Probability mass functionThree examples of Bernoulli distribution:
andandandIn this graph, you can see that the probability of success () is represented by the height of the bar at , and the probability of failure () is represented by the height of the bar at . Since it's a discrete distribution, there are only two possible outcomes.
Parameters Support PMF CDF Mean Median Mode Variance MAD Skewness Ex. kurtosis Entropy MGF CF PGF Fisher information Use Cases:
- The Bernoulli Distribution is commonly used to model random experiments with binary outcomes, such as:
- Coin flips (success = heads, failure = tails).
- Pass/fail experiments (success = pass, failure = fail).
- Click-through rate (success = click, failure = no click).
It serves as the building block for other important distributions like the Binomial Distribution and the Geometric Distribution.
- The Bernoulli Distribution is commonly used to model random experiments with binary outcomes, such as:
This distribution is fundamental in probability theory and statistics, especially when dealing with events that have only two possible outcomes.
Comments