Hypergeometric Distribution

Understanding Hypergeometric Distribution

The hypergeometric distribution is a probability distribution that describes the likelihood of a specific number of successes in a sequence of draws from a finite population without replacement. It is used in scenarios where the population is divided into two groups, often referred to as 'successes' and 'failures', and we are interested in the probability of drawing a certain number of successes in a given number of draws.

Characteristics of Hypergeometric Distribution

The hypergeometric distribution is characterized by the following parameters:

  • N: The size of the population or the total number of items.
  • K:

    The total number of items that are classified as successes within the population.

  • n: The number of draws (i.e., the sample size).
  • k: The number of observed successes within the draws.

One of the key features of the hypergeometric distribution is that it does not involve replacement. This means that once an item is drawn from the population, it cannot be drawn again, which affects the probabilities of subsequent draws.

Formula for Hypergeometric Distribution

The probability mass function (PMF) of the hypergeometric distribution, which gives the probability of drawing exactly k successes in n draws from a population of size N containing K successes, is given by:

P(X = k) = [(C(K, k) * C(N-K, n-k)) / C(N, n)]

where:

  • C(a, b) is the combination function, which calculates the number of ways to choose b items from a set of a items.
  • X

    is the random variable representing the number of successes in the sample.

Applications of Hypergeometric Distribution

The hypergeometric distribution is commonly used in various fields, including:

  • Quality Control: For instance, if a batch of products contains some defective items, the hypergeometric distribution can be used to determine the probability of finding a certain number of defective items in a sample.
  • Ecology: Researchers may use it to model the probability of finding a certain number of a species in a given number of samples from an ecosystem.
  • Card Games:

    It can be used to calculate the odds of drawing a specific hand in card games where cards are not replaced once drawn.

Comparison with Binomial Distribution

It is important to distinguish the hypergeometric distribution from the binomial distribution. While both are discrete probability distributions, the binomial distribution describes the number of successes in a fixed number of independent trials with replacement, or where the population is considered to be infinite. In contrast, the hypergeometric distribution is used when the sampling is done without replacement from a finite population.

Mean and Variance of Hypergeometric Distribution

The mean (expected value) and variance of a hypergeometric distribution are determined by its parameters and can be calculated as follows:

Mean (μ) = n * (K/N)

Variance (σ²) = n * (K/N) * (1 - K/N) * ((N - n) / (N - 1))

Where:

  • μ is the mean or expected number of successes.
  • σ² is the variance, which measures the dispersion of the distribution.

Conclusion

The hypergeometric distribution is a powerful tool for modeling situations where sampling is done without replacement. Understanding its characteristics, applications, and how it differs from other distributions such as the binomial distribution is crucial for accurate probabilistic modeling in various practical scenarios.

Please sign up or login with your details

Forgot password? Click here to reset