BackDiscrete Probability Distributions and Binomial Distribution
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Discrete Probability Distributions
Introduction to Discrete Probability Distributions
Discrete probability distributions describe the probabilities of outcomes for discrete random variables. These distributions are fundamental in statistics for modeling scenarios where outcomes are countable and distinct.
Discrete Random Variable: A variable that can take on a finite or countable number of values.
Probability Distribution: A table or function that assigns probabilities to each possible value of a discrete random variable.
Common Discrete Distributions: Binomial, geometric, hypergeometric, and Poisson distributions.
Mean and Standard Deviation of Discrete Distributions
The mean (expected value) and standard deviation are key measures for understanding the center and spread of a probability distribution.
Mean (Expected Value): The average outcome weighted by probability.
Standard Deviation: Measures the variability of outcomes.
Example: If you repeat an experiment many times under the same conditions, your long-term outcome will be close to the mean.
Worked Example: Calculating Mean and Standard Deviation
Consider a probability distribution with the following table:
x | P(x) | xP(x) | (x - μ)2P(x) |
|---|---|---|---|
10 | 0.12 | 1.2 | 0.646094 |
15 | 0.37 | 5.55 | 0.176466 |
20 | 0.51 | 10.2 | 0.176466 |
Mean:
Standard Deviation:
Additional info: The table above demonstrates how to compute the mean and standard deviation for a discrete probability distribution.
Application Example: Earthquake Probability
Suppose the probability of a moderate seismic event in the next 48 hours is 1.08%. If you have insurance, you lose $100; if not, you lose $1,000. Find the mean and standard deviation of the loss.
Step 1: Define the random variable X (loss amount).
Step 2: Assign probabilities to each outcome.
Step 3: Use the formulas above to calculate mean and standard deviation.
Binomial Distribution
Characteristics of Binomial Experiments
The binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success.
Fixed Number of Trials (n): The experiment consists of n repeated trials.
Two Possible Outcomes: Each trial results in either success or failure.
Constant Probability (p): The probability of success is the same for each trial.
Independent Trials: The outcome of one trial does not affect the others.
Binomial Probability Formula
Probability of k successes in n trials:
Example: Tossing a Fair Die Twice
Let X be the number of faces that show an even number when tossing a fair six-sided die twice. The sample space has 36 outcomes.
(1,1) | (1,2) | (1,3) | (1,4) | (1,5) | (1,6) |
|---|---|---|---|---|---|
(2,1) | (2,2) | (2,3) | (2,4) | (2,5) | (2,6) |
(3,1) | (3,2) | (3,3) | (3,4) | (3,5) | (3,6) |
(4,1) | (4,2) | (4,3) | (4,4) | (4,5) | (4,6) |
(5,1) | (5,2) | (5,3) | (5,4) | (5,5) | (5,6) |
(6,1) | (6,2) | (6,3) | (6,4) | (6,5) | (6,6) |
Use the sample space to complete the following table:
x | P(x) | xP(x) | (x - μ)2P(x) |
|---|---|---|---|
0 | 9/36 | 0 | 0.25 |
1 | 18/36 | 0.5 | 0.25 |
2 | 9/36 | 0.5 | 0.25 |
Mean:
Standard Deviation:
Additional info: This example illustrates how to use the sample space and probability distribution to calculate mean and standard deviation for a binomial experiment.
Summary Table: Key Properties of Binomial Distribution
Property | Description |
|---|---|
Number of Trials (n) | Fixed, predetermined number |
Probability of Success (p) | Constant for each trial |
Random Variable (X) | Number of successes in n trials |
Distribution Formula | |
Mean | |
Standard Deviation |
Additional info: Binomial distributions are widely used in quality control, genetics, and survey sampling.