Discrete probability distribution approximates the probabilities of random variables with discrete outcomes.
A discrete random variable has countable values, such as a list of non-negative integers. Probability Mass Functions (PMF) computes the probability of discrete random variables.
For example, if you're counting the number of balls in a box in 10 seconds, you can count 10 or 12 balls but nothing in between.
A discrete probability distribution is divided into various types. Some of the widely used ones are elucidated below.
Binomial distribution is generated when there are just two possible outcomes for a random variable. It is obtained by repeating the experiment and calculating the likelihood each time.
For example, a binomial distribution predicts the probability of success (head) when the coin is tossed
The following function is used for calculating binomial distribution:
Where
Multinomial distribution extends the binomial distribution to
For example, multinomial distribution evaluates the combined probability that team A will win
The probability mass function is given as follows:
Where
Bernoulli distribution performs a single experiment with only two possible outcomes—success or failure. A single success/failure trial is known as Bernoulli trial/experiment, and it serves as the foundation for many of the distributions detailed below. The sequence of outcomes is known as Bernoulli process.
Let
For example, a coin is tossed in the air, and the probability of getting the head is
Negative binomial distribution is a type of binomial distribution with an unfixed number of trials,
For example, shuffle a standard deck of cards and pick a card. Repeat until you have drawn three kings. Y is the number of draws required to get three kings. Because the number of trials is not fixed, the distribution is negative binomial.
It is defined as follows:
Where
Poisson distribution represents the independent events that occur over a particular period.
For example, a website receives 20 visitors per hour on average. The Poisson distribution determines the likelihood that the website receives more than a specific number of visitors in a given hour.
It is represented as follows:
Where
Geometric distribution determines the number of trials required to get the first success in repeated independent Bernoulli trials. It can also be described as the number of failures before the first success.
For example, when a coin is tossed, getting heads on top is regarded as a success, while getting tails on top is considered a failure. The geometric distribution quickly models the likelihood of the number of times a coin must be tossed to get heads on top.
The probability mass function is given as follows:
Where
Hypergeometric distribution refers to the number of hits in a sequence of
For example, drawing a black marble is a successful event, whereas not drawing one is a failure. However, each time a marble is drawn, it is not returned to the box, which affects the likelihood of the next try.
The function is given as follows:
Where
One of the key concepts in statistics is the discrete probability distribution and its various types. It is mainly used to forecast the future using a sample from a random experiment. Discrete probability distributions are widely used as standard tools in computer science, health care, insurance, engineering, and even social science.