Statistics 1 for Economics: Discrete Probability Distributions
Overview of Discrete Probability Distributions
Discrete probability distributions are foundational tools in statistics for modeling scenarios where outcomes are countable. The primary distributions covered include:
- Bernoulli Distribution: Models a single trial with two possible outcomes.
- Binomial Distribution: Models a sequence of independent Bernoulli trials (drawing with replacement).
- Hypergeometric Distribution: Models trials where the probability of success changes because items are not replaced (drawing without replacement).
- Poisson Distribution: Models the number of occurrences of an event over a specific interval of time or space.
Key relationships and approximations involve:
- Hypergeometric → Binomial: Applicable when the sample size is small relative to the population ( ).
- Binomial → Poisson: Applicable when the probability of success is very low ( ).
The Hypergeometric Distribution
The Hypergeometric distribution is used when drawing samples from a finite population without replacement. This means the trials are dependent, and the probability of success changes after each draw.
Mathematical Formulation
The probability of obtaining exactly successes in a sample of size from a population of size containing successes is given by:
Parameters and Variables
- : Population size.
- : Sample size.
- : Total number of successes in the population.
- : Number of successes in the sample.
- : Total number of failures in the population.
- : Number of failures in the sample.
Mean and Variance
- Expected Value (Mean):
- Variance:
- Note: The term is known as the finite population correction factor.
Practical Example: Stock Index
A stock index consists of stocks (). On a specific day, stocks increased in value (). A professor selects stocks at random ().
a. Probability that exactly 3 increased in value:
b. Probability that at least 3 increased in value:
The Bernoulli Distribution
The Bernoulli distribution is the simplest discrete distribution, representing a single experiment with only two outcomes: success or failure.
Characteristics
- Defined for a single trial ().
- if success occurs (with probability ).
- if failure occurs (with probability ).
Mathematical Formulation
Moments
- Mean:
- Variance:
The Binomial Distribution
The Binomial distribution describes the number of successes in a fixed number of independent Bernoulli trials where the probability of success remains constant (drawing with replacement).
Mathematical Formulation
Parameters
- : Number of trials (sample size).
- : Probability of success in each trial ( ).
- : Number of successes ( ).
Mean and Variance
A Binomial random variable is the sum of independent Bernoulli random variables ( ).
- Mean:
- Variance:
Example Comparison: Hypergeometric vs. Binomial
Consider a group of clients, of whom are in debt. If you pick clients:
- Hypergeometric (Without replacement):
- Binomial (With replacement):
Approximations Between Distributions
Approximating Hypergeometric by Binomial
This approximation is used when the population size is much larger than the sample size , making the change in probability after each draw negligible.
- Condition: (sample is less than of population).
- Calculation: Use Binomial formula with .
- Illustration: In a group of clients with in debt ( ), . The approximation holds. The Hypergeometric result ( ) is very close to the Binomial result ( ).
Approximating Binomial by Poisson
This approximation is used for "rare events" where the number of trials is large and the probability of success is very small.
- Condition: (success occurs sporadically).
- Calculation: Set and use the Poisson formula.
- Example (Sunglasses): A shipment of sunglasses has a defect rate ( ). For a sample of ( ):
- Exact Binomial:
- Poisson Approximation ( ):
The Poisson Distribution
The Poisson distribution models the number of successes as a "number per interval" (time, space, volume, etc.).
Mathematical Formulation
Parameters
- : Mean number of successes per interval.
- : Actual number of successes observed ( ).
Assumptions
- Independence: The number of successes in one interval is independent of successes in other intervals.
- Constant Rate: The probability distribution is the same for all intervals of equal size.
- No Simultaneity: As intervals become increasingly smaller, the probability of two or more successes occurring simultaneously goes to zero.
Properties
- Mean:
- Variance:
Examples of Poisson Variables
- Number of insurance claims per year.
- Number of clients arriving in a -minute window.
- Number of flaws per square meter of fabric.
- Number of meteorites hitting Earth in a year.
Problem: Defective Products in Boxes
On average, there are defective products per box ( ).
- Probability of at most 3 defectives:
- Probability of exactly 3 defectives: Using tables:
Questions & Discussion
1. Guessing on an Exam Question: What is the probability of getting at least correct on a -question multiple-choice exam (4 options per question) by guessing?
- Setup: Drawing with replacement ( ). .
- Target: of . Find .
- Calculation: . Using tables, .
2. WhatsApp Messages A student receives an average of one text per hour ( ).
- a. Probability of 2 messages in 1 hour:
- b. Probability of 6 messages in 4 hours: New interval implies new .
- c. Probability of at least 18 messages in 12 hours:. . From tables ( ), .
3. Marbles Example A box contains blue and green marbles. Draw a sample of size . Find .
- Without Replacement (Hypergeometric):
- With Replacement (Binomial):.
4. Hospital Biopsies A hospital performs biopsies per year with a complication probability of . Find the probability of at least complications.
- Setup: .
- Approximation: Since , use Poisson with .
- Calculation: .
- Exact Binomial: .