SDS LA-1

Author

DVS Chandrasekhar

Abstract

Discrete probability distribution
Discrete probability distribution is a type of probability distribution that shows all possible values of a discrete random variable such as 0, 1, 2, 3… along with the associated probabilities. Examples of discrete probability distributions:

  1. Binomial Distribution

  2. Poisson Distribution

  3. Bernoulli Distribution

Hypergeometric distribution
Hypergeometric distribution is a discrete probability distribution that describes the probability of k successes in n draws, without replacement, from a finite population of size N that contains exactly K objects with that feature, wherein each draw is either a success or a failure.[1]

Introduction

Hypergeometric distribution is a discrete probability distribution that describes the probability of k successes in n draws, without replacement, from a finite population of size N that contains exactly K objects with that feature, wherein each draw is either a success or a failure. The hypergeometric distribution can be used for sampling problems such as the chance of picking a defective part from a box (without returning parts to the box for the next trial).

Uses

    • The distribution is commonly studied in most introductory probability courses.

    • We also use this distribution to estimate the number of fishes in the lake.

Probability Mass Function

Parameters required:
1. Number of successes
2. Number of trials
3. Population size

Conditions for hypergeometric distribution:
1. Total number of items (population) is fixed.
2. Sample size (number of trials) is a portion of the population.
3. Probability of success changes after each trial.

Formulae

Formula to calculate the probability of a random variable:


where,
K is the number of successes in the population k is the number of observed successes N is the population size
n is the number of draws

Mean and Variance

Mean & Variance of hypergeometric distribution

where,

N is the total population size

m is the number of defective items

n is the sample size

Real life applications of distribution

Some real life applications are:

  1. Poker
    Suppose you have a fair deck of playing cards, and you are supposed to draw five cards at a time. The probability that all the cards that are drawn are spades can be calculated easily with the help of hypergeometric distribution.

    Number of Voters
    Suppose that a district consists of 100 female voters and 200 male voters. If a group of ten voters is selected at random, then the probability that eight of the selected voters would be male can be calculated with the help of hypergeometric probability distribution.

    Rolling Multiple Dies
    One of the prominent examples of a hypergeometric distribution is rolling multiple dies at the same time. Suppose six dies are rolled simultaneously, then the probability that four of the dies would have an even number on their top face, while two dies would have an odd number on the top, can be estimated with the help of hypergeometric distribution.[2]

Conclusion

The hypergeometric distribution is one of the most useful probability distributions which can be used for discrete probability estimations. It is a distribution which finds probability of success of k out of n ways in a sequence of experiments without replacement. Its different from binomial as binomial is applied for with replacement condition.

Reference

[1]. https://en.wikipedia.org/wiki/Hypergeometric_distribution

[2]. https://studiousguy.com/hypergeometric-distribution-examples/

[3]. http://mathcenter.oxford.emory.edu/site/math117/probSetHypergeometricDistribution/