BackDiscrete Probability Distributions: Concepts, Examples, and Applications Chapter. 4
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 are fundamental in statistics for modeling situations where outcomes are countable and distinct. This topic covers the definitions, properties, and examples of discrete random variables and their probability distributions.
Discrete Random Variable: A variable that can take on a finite or countable number of possible values. Examples include the number of heads in coin tosses or the number of sales calls completed in a day.
Continuous Random Variable: A variable that can take on any value within an interval, including decimals. For example, the time spent on a phone call.
Key Difference: Discrete variables are countable (e.g., 0, 1, 2, 3), while continuous variables can take any value within a range.
Example: The number of Fortune 500 companies that increased profits last year is discrete, while the volume of gasoline in a tank is continuous.
Probability Distributions for Discrete Variables
Definition and Properties
A probability distribution for a discrete random variable lists each possible value the variable can take, along with its probability. The probabilities must satisfy:
Each probability is between 0 and 1:
The sum of all probabilities is 1:
Constructing a Probability Distribution: Examples
Coin Toss Example: Flip a coin 3 times. Let be the number of heads. The possible values for are 0, 1, 2, 3. The probability distribution is:
x | P(x) |
|---|---|
0 | 1/8 |
1 | 3/8 |
2 | 3/8 |
3 | 1/8 |
Dice Example: Roll two 6-sided dice. Let be the sum of the numbers. The possible values for are 2 through 12, with varying probabilities.
x | P(x) |
|---|---|
2 | 1/36 |
3 | 2/36 |
4 | 3/36 |
5 | 4/36 |
6 | 5/36 |
7 | 6/36 |
8 | 5/36 |
9 | 4/36 |
10 | 3/36 |
11 | 2/36 |
12 | 1/36 |
Additional info: The distribution of sums when rolling two dice is symmetric and approximates a normal distribution as the number of dice increases.
Interpreting Probability Distributions
The probability of an event is the sum of the probabilities of the outcomes included in the event.
For example, the probability of getting a sum of 7 or 11 when rolling two dice is .
Mean, Variance, and Standard Deviation of Discrete Distributions
Calculating the Mean (Expected Value)
The mean or expected value of a discrete probability distribution is calculated as:
Multiply each value of by its probability and sum the results.
Example: For a personality inventory with values 1 to 5 and corresponding probabilities, the mean is:
x | P(x) | xP(x) |
|---|---|---|
1 | 0.16 | 0.16 |
2 | 0.22 | 0.44 |
3 | 0.28 | 0.84 |
4 | 0.20 | 0.80 |
5 | 0.14 | 0.70 |
Sum:
Variance and Standard Deviation
The variance of a discrete probability distribution is:
The standard deviation is the square root of the variance:
These measures describe the spread of the distribution around the mean.
Expected Value in Context
Definition and Interpretation
The expected value is the long-run average value of repetitions of the experiment it represents. In games of chance or profit/loss scenarios, it represents the average gain or loss per trial.
Formula:
Example: In a lottery with tickets costing $2 and prizes of $500, $250, and $100, the expected value can be calculated by multiplying each outcome by its probability and summing the results.
Binomial Distributions
Definition and Properties
A binomial distribution models the number of successes in a fixed number of independent trials, each with the same probability of success.
There are trials.
Each trial has two possible outcomes: success or failure.
The probability of success () is constant for each trial.
The random variable counts the number of successes: .
Binomial Probability Formula
The probability of exactly successes in trials is:
where and
Example: If a surgery has a 90% success rate and is performed on 3 patients, the probability of exactly 2 successes is:
Mean, Variance, and Standard Deviation of Binomial Distributions
Mean:
Variance:
Standard Deviation:
Example: If 56% of days in June are cloudy in Pittsburgh (, ):
Mean:
Variance:
Standard Deviation:
Geometric Distributions
Definition and Properties
A geometric distribution models the number of trials needed to get the first success in a sequence of independent Bernoulli trials (each with probability of success).
Trials are independent.
Probability of success is constant.
The random variable is the trial number of the first success:
The probability that the first success occurs on trial is:
where .
Poisson Distributions
Definition and Properties
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space, given a constant mean rate and independence between events.
Used for modeling counts of events (e.g., number of accidents per month).
Parameter: (mean number of occurrences in the interval).
The probability of exactly occurrences is:
where .
Example: If the average number of accidents per month is 3, the probability of 4 accidents in a month is:
Summary Table: Key Discrete Distributions
Distribution | Random Variable | Parameters | Probability Formula |
|---|---|---|---|
Binomial | Number of successes in trials | , | |
Geometric | Trial of first success | ||
Poisson | Number of events in interval |
Conclusion
Discrete probability distributions are essential for modeling and analyzing count data in statistics. Understanding their properties, formulas, and applications allows for effective problem-solving in various real-world contexts, from games of chance to quality control and risk assessment.