BackBinomial and Bernoulli Distributions: Definitions, Properties, and Applications
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Binomial and Bernoulli Distributions
Introduction
This study guide covers the Bernoulli and Binomial distributions, their properties, and applications in probability and statistics. These topics are foundational for understanding discrete probability distributions and their use in statistical inference.
Random Variables and Probability Distributions
Key Concepts
Random Variable (RV): A variable whose value is determined by the outcome of a random experiment.
Probability Distribution: Describes how probabilities are distributed over the values of the random variable.
Probability Mass Function (PMF): For discrete random variables, the PMF gives the probability that the variable takes a specific value.
Discrete vs. Continuous Random Variables: Discrete variables take countable values; continuous variables take values in a continuum.
Mean and Variance: The mean (expected value) and variance measure the central tendency and spread of a random variable.
Variance of the Sum of Random Variables
Rules for Variances
The variance of the sum of two random variables is not always the sum of their variances. If the variables are dependent, covariance must be considered.
Example: Let be the number of heads and the number of tails in 4 tosses of a fair coin. always, so , even though and .
General Rule: only if and are independent.
Bernoulli Distribution
Definition and Properties
The Bernoulli distribution models experiments with two possible outcomes: success or failure.
Bernoulli Experiment: A single trial with two mutually exclusive outcomes (Success or Failure ).
Notation: , where is the probability of success.
Outcomes: (success), (failure).
PMF:
Probability Table
X | 0 | 1 |
|---|---|---|
f(x) = P(X = x) | 1 - p | p |
Mean and Variance
Mean:
Variance:
Standard Deviation:
Binomial Distribution
Definition and Properties
The Binomial distribution generalizes the Bernoulli distribution to independent trials, each with two possible outcomes.
Binomial Experiment:
Performed a fixed number of times (trials).
Trials are independent.
Each trial has two mutually exclusive outcomes (success or failure).
Probability of success is constant for each trial.
Random Variable: = number of successes in trials.
Notation:
Probability Mass Function (PMF)
Formula:
Where:
Example Table: Binomial PMF (n = 4, p = 0.4)
X | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
f(x) = P(X = x) | 0.13 | 0.35 | 0.35 | 0.15 | 0.03 |
Mean, Variance, and Standard Deviation
Mean:
Variance:
Standard Deviation:
Examples
Example 1: Probability that exactly 5 out of 20 households have three or more cars (with ):
Example 2: Probability that fewer than 4 out of 20 households have three or more cars:
Identifying Binomial Experiments
Criteria
Fixed number of trials
Independent trials
Two mutually exclusive outcomes per trial
Constant probability of success
Example: Drawing cards with replacement is binomial; without replacement is not, due to changing probabilities.
Shape of the Binomial Distribution
Skewness and Symmetry
Right Skewed:
Symmetric:
Left Skewed:
As the number of trials increases, the binomial distribution approaches a bell-shaped (normal) curve.
Rule of Thumb for Bell-Shapedness
If , the binomial distribution is approximately bell-shaped.
Empirical Rule and Binomial Random Variables
Empirical Rule
In a bell-shaped distribution, about 95% of observations lie within two standard deviations of the mean.
Interval: to
Observations outside this interval are considered unusual (less than 5% probability).
Empirical Rule Example
Given: , , observed
Expected value:
Standard deviation:
Interval:
Conclusion: Since 162 is outside this interval, the result is considered unusual.
Summary Table: Bernoulli vs Binomial Distribution
Property | Bernoulli | Binomial |
|---|---|---|
Number of Trials | 1 | n |
Outcomes per Trial | 2 (Success/Failure) | 2 (Success/Failure) |
PMF | ||
Mean | ||
Variance |
Conclusion
The Bernoulli and Binomial distributions are essential for modeling binary outcomes and repeated trials in probability. Understanding their properties, formulas, and applications is crucial for further study in statistics, including hypothesis testing and estimation.