BackDiscrete Probability Distributions: Study Notes for Business Statistics
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Chapter 5: Discrete Probability Distributions
Introduction to Probability Distributions
Probability distributions describe how probabilities are distributed over the values of a random variable. In business statistics, understanding these distributions is essential for analyzing data and making informed decisions.
Probability Distribution: A function that provides the probabilities of occurrence of different possible outcomes in an experiment.
Two main types:
Discrete Probability Distributions: For variables that take on a finite or countable number of values.
Continuous Probability Distributions: For variables that can take on any value within a range.
Types of Data
Discrete Data: Values are whole numbers (integers), usually counted, not measured.
Examples: Number of complaints per day, number of TVs in a household, number of rings before a phone is answered.
Continuous Data: Values can take on any value, often measured, and fractional values are possible.
Examples: Thickness of an item, time required to complete a task, temperature of a solution, height in inches.
Random Variables
A random variable is a variable whose value is determined by the outcome of a random experiment.
Discrete Random Variables: Take on a finite number of values (e.g., number of heads in coin tosses).
Continuous Random Variables: Take on an infinite number of possible values within a range (e.g., time, height).
Discrete Random Variables | Continuous Random Variables | |
|---|---|---|
Possible Values | Finite number | Infinite number |
Examples | Number of heads in coin tosses | Time to complete a task |
Rules for Discrete Probability Distributions
A discrete probability distribution lists all possible outcomes of an experiment for a discrete random variable, along with the probability of each outcome.
Each outcome must be mutually exclusive.
The probability of each outcome must be between 0 and 1, inclusive.
The sum of the probabilities for all outcomes must be 1.
Example: Probability Distribution for Coin Tosses
Consider tossing two coins. Let x = number of heads.
# heads (x) | Frequency | Relative Frequency (P(x)) |
|---|---|---|
0 | 1 | 0.25 |
1 | 2 | 0.50 |
2 | 1 | 0.25 |
Example: The probability of getting exactly one head in two coin tosses is 0.50.
Mean, Variance, and Standard Deviation of a Discrete Probability Distribution
Mean (Expected Value)
The mean (or expected value) of a discrete probability distribution is the weighted average of all possible values.
Formula:
Where is the value of the random variable and is its probability.
Example Calculation:
# heads (x) | P(x) | xP(x) |
|---|---|---|
0 | 0.25 | 0.00 |
1 | 0.50 | 0.50 |
2 | 0.25 | 0.50 |
Total | 1.00 |
The mean number of heads in two coin flips is 1.00.
Variance and Standard Deviation
The variance measures the spread of the values around the mean. The standard deviation is the square root of the variance.
Variance formula:
Shortcut formula:
Standard deviation:
Example Calculation:
# heads (x) | P(x) | (x-μ) | (x-μ)2 | (x-μ)2P(x) |
|---|---|---|---|---|
0 | 0.25 | -1 | 1 | 0.25 |
1 | 0.50 | 0 | 0 | 0.00 |
2 | 0.25 | 1 | 1 | 0.25 |
Total | 0.50 |
Standard deviation:
Binomial Distribution
Definition and Characteristics
The binomial distribution is a discrete probability distribution used to model the number of successes in a fixed number of independent trials, each with the same probability of success.
The experiment consists of a fixed number of trials ().
Each trial has only two possible outcomes: success or failure.
The probability of success () and failure () are constant for each trial.
Each trial is independent.
Examples:
Probability of getting exactly two heads in three coin tosses.
Probability that a customer signs a contract (yes/no outcome).
Defective vs. acceptable electronic components.
Binomial Probability Formula
The probability of getting exactly successes in trials is given by:
is the number of combinations of items taken at a time.
is the probability of success, is the probability of failure ().
Combinations
Combinations count the number of ways to choose items from without regard to order:
Example: Number of ways to choose 2 letters from A, B, C, D is .
Mean and Standard Deviation of Binomial Distribution
Mean:
Standard deviation:
Example: If , , then ,
Using Excel for Binomial Probabilities
Function: =BINOM.DIST(x, n, p, cumulative)
If cumulative = FALSE, returns the probability of exactly successes.
If cumulative = TRUE, returns the probability of or fewer successes.
Example: Probability of exactly 2 heads in 3 coin tosses: =BINOM.DIST(2, 3, 0.5, FALSE) = 0.375
Poisson Distribution
Definition and Characteristics
The Poisson distribution is a discrete probability distribution used to model the number of events occurring in a fixed interval of time or space, when these events happen independently and at a constant average rate.
The experiment counts the number () of occurrences over a period of time, area, or distance.
The mean number of occurrences () is the same for each interval.
Occurrences in one interval are independent of those in another.
Intervals cannot overlap.
Poisson Probability Formula
The probability of observing exactly events in an interval is:
= mean number of occurrences
= 2.71828 (base of natural logarithms)
Variance:
Examples and Applications
Number of customers arriving per hour at a store.
Number of defects per meter of fabric.
Number of accidents on a highway per week.
Example: If a bank receives an average of 4 bad checks per week, the probability of receiving exactly 3 bad checks next week is:
Using Excel for Poisson Probabilities
Function: =POISSON.DIST(x, lambda, cumulative)
If cumulative = FALSE, returns the probability of exactly occurrences.
If cumulative = TRUE, returns the probability of or fewer occurrences.
Approximating Binomial with Poisson
The Poisson distribution can approximate the binomial distribution when:
The number of trials is large ().
The probability of success is small ().
Use in the Poisson formula for approximation.
Summary Table: Binomial vs. Poisson Distributions
Feature | Binomial Distribution | Poisson Distribution |
|---|---|---|
Type of Variable | Discrete | Discrete |
Number of Trials | Fixed () | Not fixed |
Probability of Success | Constant () | Mean rate () |
Applications | Success/failure in trials | Events per interval |
Key Formulas
Mean of Discrete Distribution:
Variance of Discrete Distribution:
Binomial Probability:
Mean of Binomial:
Standard Deviation of Binomial:
Poisson Probability:
Variance of Poisson: