Discrete Probability Distribution - Examples, Definition, Types (2024)

Discrete probability distribution is a type of probability distribution that shows all possible values of a discrete random variable along with the associated probabilities. In other words, a discrete probability distribution gives the likelihood of occurrence of each possible value of a discrete random variable.

Geometric distributions, binomial distributions, and Bernoulli distributions are some commonly used discrete probability distributions. This article sheds light on the definition of a discrete probability distribution, its formulas, types, and various associated examples.

1.What is Discrete Probability Distribution?
2.Discrete Probability Distribution Formula
3.Discrete Probability Distribution Types
4.How To Find Discrete Probability Distribution?
5.FAQs on Discrete Probability Distribution

What is Discrete Probability Distribution?

A discrete probability distribution and a continuous probability distribution are two types of probability distributions that define discrete and continuous random variables respectively. A probability distribution can be defined as a function that describes all possible values of a random variable as well as the associated probabilities.

Discrete Probability Distribution Definition

A discrete probability distribution can be defined as a probability distribution giving the probability that a discrete random variable will have a specified value. Such a distribution will represent data that has a finite countable number of outcomes. There are two conditions that a discrete probability distribution must satisfy. These are given as follows:

  • 0 ≤ P(X = x) ≤ 1. This implies that the probability of a discrete random variable, X, taking on an exact value, x, lies between 0 and 1.
  • ∑P(X = x) =1. The sum of all probabilities must be equal to 1.

Discrete Probability Distribution Example

Suppose a fair dice is rolled and the discrete probability distribution has to be created. The possible outcomes are {1, 2, 3, 4, 5, 6}. Thus, the total number of outcomes will be 6. All numbers have a fair chance of turning up. This means that the probability of getting any one number is 1 / 6. Using this data the discrete probability distribution table for a dice roll can be given as follows:

x123456
P(X = x)1 / 61 / 61 / 61 / 61 / 61 / 6

Discrete Probability Distribution Formula

A discrete random variable is used to model a discrete probability distribution. There are two main functions associated with such a random variable. These are the probability mass function (pmf) and the probability distribution function or cumulative distribution function (CDF).

Discrete Probability Distribution PMF

The probability mass function can be defined as a function that gives the probability of a discrete random variable, X, being exactly equal to some value, x. This function is required when creating a discrete probability distribution. The formula is given as follows:

f(x) = P(X = x)

Discrete Probability Distribution CDF

The cumulative distribution function gives the probability that a discrete random variable will be lesser than or equal to a particular value. The value of the CDF can be calculated by using the discrete probability distribution. Its formula is given as follows:

F(x) = P(X ≤ x)

Discrete Probability Distribution Mean

The mean of a discrete probability distribution gives the weighted average of all possible values of the discrete random variable. It is also known as the expected value. The formula for the mean of a discrete random variable is given as follows:

E[X] = ∑x P(X = x)

Discrete Probability Distribution Variance

The discrete probability distribution variance gives the dispersion of the distribution about the mean. It can be defined as the average of the squared differences of the distribution from the mean, \(\mu\). The formula is given below:

Var[X] = ∑(x - \(\mu\))2 P(X = x)

Discrete Probability Distribution Types

A discrete probability distribution is used in a Monte Carlo simulation to find the probabilities of different outcomes. The most commonly used types of discrete probability distributions are given below.

Bernoulli Distribution

A Bernoulli distribution is a type of a discrete probability distribution where the random variable can either be equal to 0 (failure) or be equal to 1 (success). The probability of getting a success is p and that of a failure is 1 - p. It is denoted as X ∼ Bernoulli (p). The pmf is expressed as follows:

P(X = x) = \(\left\{\begin{matrix} p &,if \: x = 1 \\ 1-p & , if \: x = 0 \end{matrix}\right.\)

Binomial Distribution

A binomial distribution is a discrete probability distribution that gives the success probability in n Bernoulli trials. The probability of getting a success is given by p. It is represented as X ∼ Binomial(n, p). The pmf is given as follows:

P(X = x) = \(\binom{n}{x}p^{x}(1-p)^{n-x}\)

Geometric Distribution

A geometric distribution is another type of discrete probability distribution that represents the probability of getting a number of successive failures till the first success is obtained. It is given by X ∼ G(p). The formula for the pmf is given as follows:

P(X = x) = (1 - p)x p, where p is the success probability of the trial.

Poisson Distribution

Poisson distribution is a discrete probability distribution that is widely used in the field of finance. It gives the probability that a given number of events will take place within a fixed time period. The notation is written as X ∼ Pois(\(\lambda\)), where \(\lambda>0\). The pmf is given by the following formula:

P(X = x) = \(\frac{\lambda ^{x}e^{-\lambda }}{x!}\)

How To Find Discrete Probability Distribution?

A discrete probability distribution can be represented either in the form of a table or with the help of a graph. To find a discrete probability distribution the probability mass function is required. In other words, to construct a discrete probability distribution, all the values of the discrete random variable and the probabilities associated with them are required. Suppose a fair coin is tossed twice. Say, the discrete probability distribution has to be determined for the number of heads that are observed. The steps are as follows:

  • Step 1: Determine the sample space of the experiment. When a fair coin is tossed twice the sample space is {HH, HT, TH, TT}. Here, H denotes a head and T represents a tail. Thus, the total number of outcomes is 4.
  • Step 2: Define a discrete random variable, X. For the example let X be the number of heads observed.
  • Step 3: Identify the possible values that the variable can assume. There are 3 possible values of X. These are 0 (no head is observed), 1 (exactly one head is observed), and 2 (the coin lands on heads twice).
  • Step 4: Calculate the probability associated with each outcome. In the given example, the probability can be calculated by the formula, number of favorable outcomes / total number of possible outcomes.
  • Step 5: To get the discrete probability distribution represent the probabilities and the corresponding outcomes in tabular form or in graphical form. This is expressed as follows:
x0 {TT}1 {HT, TH}2 {HH}
P(X = x)1 / 4 = 0.252 / 4 = 0.51 / 4 = 0.25

A histogram can be used to represent the discrete probability distribution for this example.

Discrete Probability Distribution - Examples, Definition, Types (1)

Related Articles:

  • Negative Binomial Distribution
  • Probability and Statistics
  • Probability Rules

Important Notes on Discrete Probability Distribution

  • A discrete probability distribution is used to model the outcomes of a discrete random variable as well as the associated probabilities.
  • A discrete distribution is used to calculate the probability that a random variable will be exactly equal to some value.
  • 0 ≤ P(X = x) ≤ 1 and ∑P(X = x) =1 are two conditions that must be satisfied by a discrete probability distribution.
  • The examples of a discrete probability distribution are Bernoulli Distribution, binomial distribution, Poisson distribution, and geometric distribution.

FAQs on Discrete Probability Distribution

What is a Discrete Probability Distribution in Probability Theory?

A discrete probability distribution is used to model the probability of each outcome of a discrete random variable. This distribution is used when the random variable can only take on finite countable values.

What are the Two Key Requirements for a Discrete Probability Distribution?

The two key requirements for a discrete probability distribution to be valid are:

  • 0 ≤ P(X = x) ≤ 1.
  • ∑P(X = x) =1.

How to Construct a Discrete Probability Distribution?

The steps to construct a discrete probability distribution are as follows:

  • Identify the sample space or the total number of possible outcomes.
  • Define the discrete random variable and the values it can assume.
  • Find the probability of occurrence of each value.
  • Represent the random variable values along with the corresponding probabilities in tabular or graphical form to get the discrete probability distribution.

How to Find the Mean of a Discrete Probability Distribution?

The mean of a random variable, X, following a discrete probability distribution can be determined by using the formula E[X] = ∑x P(X = x).

How to Find the Variance of a Discrete Probability Distribution?

To find the variable of a random variable following a discrete probability distribution apply the formula Var[X] = ∑(x - \(\mu\))2 P(X = x). Here, \(\mu\) is the mean of the distribution.

Can the Expected Value of a Discrete Probability Distribution be Negative?

The expected value of a random variable following a discrete probability distribution can be negative. For example, the expected inflation rate can either be negative or positive.

Is a Normal Distribution a Discrete Probability Distribution?

A normal distribution can have an infinite set of values within a given interval. Thus, a normal distribution is not a discrete probability distribution. It falls under the category of a continuous probability distribution.

Discrete Probability Distribution - Examples, Definition, Types (2024)

References

Top Articles
Latest Posts
Article information

Author: Amb. Frankie Simonis

Last Updated:

Views: 6487

Rating: 4.6 / 5 (76 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Amb. Frankie Simonis

Birthday: 1998-02-19

Address: 64841 Delmar Isle, North Wiley, OR 74073

Phone: +17844167847676

Job: Forward IT Agent

Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.