Last modified: August 15, 2022
This article is written in: πΊπΈ
Binomial Distribution (Discrete)
A discrete random variable X follows a binomial distribution if it represents the number of successes in a fixed number of Bernoulli trials with the same probability of success. The binomial distribution is denoted as , where n is the number of trials and p is the probability of success.
Probability Mass Function (PMF)
The PMF of a binomial distribution is given by:
where and is the binomial coefficient.
Cumulative Distribution Function (CDF)
The CDF of a binomial distribution is given by:
Expected Value and Variance
The expected value (mean) of a binomial distribution is the product of the number of trials and the probability of success:
The variance of a binomial distribution is the product of the number of trials, the probability of success, and the probability of failure:
Moment Generating Functions and Moments
The moment generating function (MGF) of a binomial distribution is:
To find the n-th moment, we take the n-th derivative of the MGF with respect to t and then evaluate it at t=0:
- First Moment (Mean):
- Second Moment (Variance + Mean^2):
Example: Company Email Security
A company's IT department reports that 90% of their employees follow proper email security protocols. If 10 employees are randomly chosen for an audit.
Given:
- Probability of success (following protocol)
p = 0.9
- Number of trials (employees chosen)
n = 10
I. What is the probability exactly 7 of them follow the security protocols?
For exactly 7 employees:
II. What is the probability at least 8 of them follow the security protocols?
For at least 8 employees:
III. What is the probability fewer than 5 employees follow the protocols?
For fewer than 5 employees:
Applications
Binomial distributions are used in a variety of applications, such as quality control, risk analysis, and survey sampling, where the probability of success and the number of trials are known or can be estimated.