Discrete Probability Distributions

Recap: Probability Distribution

A probability distribution is a function or rule that describes how probability is spread across the possible values of a random variable.

A discrete probability distribution is a probability distribution for a discrete random variable, meaning the variable can take only a countable set of distinct values

Probability Mass Function (PMF)

This is the mathematical tool or function used to define that distribution.

Definition:

A Probability Mass Function (PMF) is a probability distribution function or rule that defines the probability of occurrence of each value of discrete random variable in sample space (Ω)

Mathematically, it gives the probability that a discrete random variable (X) is exactly equal a particular value P(X=x). It is frequently denoted by f(x)

Properties:

  1. Non-negativity: 0P(X=k)1 for all possible values of k in the state space.
  2. Normalization: The sum of the probabilities for all possible values must equal 1:
allkP(X=k)=1
  1. Support: P(X=k)>0 only for k in the set of possible values (the support) of X.

Example: Rolling Two Fair Die

P(X=x)=N(x)36

dice-2.png|600

★ Common Discrete Distributions

1. The Bernoulli Distribution

The Bernoulli distribution is the simplest of all. It models an experiment with only two possible outcomes, which we typically label as "success" and "failure."

P(X=x)={pwhen x = 11pwhen x = 0

Example:
Probability of getting the Job offer. Let's say the probability of "yes" is p=0.7.

2. The Binomial Distribution

What happens if we repeat a Bernoulli trial multiple times? That's where the Binomial distribution comes in. It models the number of successes in a fixed number of independent Bernoulli trials.

Example:
You flip a fair coin (p=0.5) 5 times (n=5). What is the probability of getting exactly 3 heads (k=3)?

3. The Poisson Distribution

The Poisson distribution models the number of times an event occurs over a fixed interval of time or space, when we know the average rate at which the event occurs.

Example:
A call center receives an average of 10 calls per hour (λ=10). What is the probability that they receive exactly 7 calls in a given hour (k=7)?

4. The Discrete Uniform Distribution

Discrete Uniform Distribution is a Probability Distribution that describes the likelihood of outcomes when each outcome in a finite set is equally likely.
It's characterized by a constant probability mass function (PMF) over a finite range of values.

P(X=xi)=1n for i=1,2,…,n

Example: Rolling a Fair Die