Lesson 05 - Discrete Probability Distributions
Lesson 05 - Discrete Probability Distributions
DISTRIBUTIONS
LEARNING OBJECTIVES
01 02 03 04 05
The properties To compute the To calculate the To compute How to use the
of a probability expected value covariance and probabilities binomial, and
distribution and variance of a understand its from binomial, Poisson
probability use in finance hypergeometric, distributions to
distribution and Poisson solve business
distributions problems
DEFINITIONS
• Discrete random variables produce outcomes that come from a counting process (e.g.
number of classes you are taking)
• Continuous random variables produce outcomes that come from a measurement (e.g. your
annual salary, or your weight)
CLASSIFY EACH RANDOM VARIABLE AS EITHER
DISCRETE OR CONTINUOUS
• The number of arrivals at an emergency room between midnight and 6:00 a.m. Discrete
• The duration of the next outgoing telephone call from a business office Continuous
• A probability distribution for a discrete random variable is a mutually exclusive listing of all
possible numerical outcomes for that variable and a probability of occurrence associated with
each outcome.
PROBABILITY DISTRIBUTION
Probability
0.50
0.25
H H
0 1 2 X
DISCRETE RANDOM VARIABLES EXPECTED VALUE
N X P(X=xi)
= E(X) = xi P( X = xi )
i =1 0 0.25
1 0.50
2 0.25
Example:Toss 2 coins,
𝑋 = # of heads,
Compute expected value of 𝑋: 𝑬(𝑿) = ((𝟎)(𝟎. 𝟐𝟓) + (𝟏)(𝟎. 𝟓𝟎) + (𝟐)(𝟎. 𝟐𝟓)) = 𝟏. 𝟎
DISCRETE RANDOM VARIABLES
MEASURING DISPERSION
• The covariance measures the strength of the linear relationship between two discrete
random variables X and Y.
• A positive covariance indicates a positive relationship.
• A negative covariance indicates a negative relationship.
N
σ XY = [ xi − E ( X )][( yi − E (Y )] P ( xi yi )
i =1
Investment
Prob. Economic Condition
Passive Fund X Aggressive Fund Y
• Interpretation: Since the covariance is large and positive, there is a positive relationship
between the two investment funds, meaning that they will likely rise and fall together.
E(X + Y) = E( X) + E( Y )
Var(X + Y) = σ 2X + Y = σ 2X + σ 2Y + 2σ XY
σ X + Y = σ 2X + Y
BINOMIAL PROBABILITY DISTRIBUTION
• e.g., head or tail in each toss of a coin; defective or not defective light bulb
• Since these two categories are mutually exclusive and collectively exhaustive, when the probability
of the event of interest is represented as π, then the probability of the event of interest not
occurring is 1 - π
• Constant probability for the event of interest occurring (π) for each observation
• e.g., probability of getting a tail is the same each time we toss the coin
• Suppose the event of interest is obtaining heads on the toss of a fair coin. You are to toss the
coin three times. In how many ways can you get two heads?
• Possible ways: HHT, HTH, THH, so there are three ways you can getting two heads.
• This situation is fairly simple. We need to be able to count the number of ways for more
complicated situations.
COUNTING TECHNIQUES
RULE OF COMBINATIONS
n!
n Cx =
x!(n − x)!
where:
𝑛! = 𝑛 𝑛 − 1 𝑛 − 2 … (2)(1)
𝑋! = 𝑋 𝑋 − 1 𝑋 − 2 … (2)(1)
0! = 1 (by definition)
EXAMPLE:
• How many possible 3 scoop combinations could you create at an ice cream parlor if you have
31 flavors to select from?
• The total choices is n = 31, and we select X = 3.
n! x n−x
P(X=x |n,π) = π (1-π)
x! ( n − x )!
• What is the probability of one success in five observations if the probability of an event of
interest is 0.1?
• 𝑥 = 1, 𝑛 = 5, 𝑎𝑛𝑑 𝜋 = 0.1
n!
P(X = 1 | 5,0.1) = x (1 − ) n − x
x!(n − x)!
5!
= (0.1)1 (1 − 0.1) 5−1
1!(5 − 1)!
= (5)(0.1)(0.9) 4
= 0.32805
THE BINOMIAL DISTRIBUTION SHAPE
P (X=x|5, 0.1)
.6
• Here, 𝑛 = 5 𝑎𝑛𝑑 𝜋 = .1 .4
.2
0
0 1 2 3 4 5 x
P (X=x|5, 0.5)
• Here, 𝑛 = 5 𝑎𝑛𝑑 𝜋 = .5 .6
.4
.2
0
0 1 2 3 4 5 x
BINOMIAL DISTRIBUTION CHARACTERISTICS
• Mean
μ = E(X) = n
• Variance and Standard Deviation
2
σ = nπ (1 - π )
σ = nπ (1 - π )
Where n = sample size
π = probability of the event of interest for any trial
(1 – π) = probability of no event of interest for any trial
THE BINOMIAL DISTRIBUTION CHARACTERISTICS
P(X=x|5, 0.1)
μ = nπ = (5)(.1) = 0.5 .6
.4
.2
σ = nπ (1 - π ) = (5)(.1)(1 − .1)
0
= 0.6708 0 1 2 3 4 5 x
P(X=x|5, 0.5)
μ = nπ = (5)(.5) = 2.5 .6
.4
σ = nπ (1 - π ) = (5)(.5)(1 − .5) .2
= 1.118 0
0 1 2 3 4 5 x
THE POISSON DISTRIBUTION DEFINITIONS
• You use the Poisson distribution when you are interested in the number of times an event
occurs in a given area of opportunity.
• An area of opportunity is a continuous unit or interval of time, volume, or such area in which
more than one occurrence of an event can occur.
−
e x
P( X = x | ) =
x!
where:
𝑥 = number of events in an area of opportunity
= expected number of events
𝑒 = base of the natural logarithm system (2.71828...)
POISSON DISTRIBUTION CHARACTERISTICS
Mean
μ=λ
Variance and Standard Deviation
σ2 = λ
σ= λ
where = expected number of events
POISSON DISTRIBUTION SHAPE
= 0.50 = 3.00
CHAPTER SUMMARY
ADDRESSED THE DEFINED COVARIANCE DISCUSSED THE DISCUSSED THE DISCUSSED THE
PROBABILITY AND DISCUSSED ITS BINOMIAL POISSON DISTRIBUTION HYPERGEOMETRIC
DISTRIBUTION OF A APPLICATION IN DISTRIBUTION DISTRIBUTION
DISCRETE RANDOM FINANCE
VARIABLE