Statistics
Calculate probabilities using the hypergeometric distribution.
Defined by:
A specified number of trials (n)
A specified number of successes (x)
Distinction: Deals with dependent trials rather than independent trials.
Dependent events: One event occurring affects the probability of another.
Example: Choosing cars without replacement.
Trials Selection:
Each trial involves selecting one item from a population of size N.
Results in success or failure (known population).
Number of Trials:
The experiment consists of n trials.
Possible Successes:
Total possible successes in the population is k.
Dependent Trials:
Trials are dependent on each other.
Random Variable:
Hypergeometric random variable (X) counts the number of successes in n trials.
Mean and Variance:
Mean (μ): μ = n * (k/N)
Variance (σ²): σ² = (n * k * (N - k) * (N - n)) / (N² * (N - 1))
For a hypergeometric random variable (X), the probability of obtaining x successes in n trials is:
P(X = x) = ( \frac{\binom{k}{x} \cdot \binom{N - k}{n - x}}{\binom{N}{n}} )
Where:
N = total items in population
n = number of trials
k = number of successes in population
x = number of successes in trials
Rounding Rule:
Round probabilities to four decimal places.
Table Summary: Hypergeometric, Binomial, Poisson distributions.
Characteristics:
All are discrete distributions.
Independent Trials:
Binomial & Poisson: Independent
Hypergeometric: Dependent
Fixed Number of Trials:
Binomial & Hypergeometric: Fixed
Poisson: Not fixed
This lesson provided a comprehensive overview of the hypergeometric distribution, highlighting its unique properties and its calculation.