Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

Discrete Probability

Distributions
Expected Value
Covariance
Chapter Goals
After completing this chapter, you should be able
to:
 Interpret the mean and standard deviation for a
discrete probability distribution

 Explain covariance and its application in finance

 Use the binomial probability distribution to find


probabilities

 Describe when to apply the binomial distribution


2
Introduction to Probability
Distributions

 Random Variable
 Represents a possible numerical value from
an uncertain event
Random
Variables

Discrete Continuous
Random Variable Random Variable

3
Discrete Random Variables
 Can only assume a countable number of values
Examples:

 Roll a die twice


Let X be the number of times 4 comes up
(then X could be 0, 1, or 2 times)

 Toss a coin 5 times.


Let X be the number of heads
(then X = 0, 1, 2, 3, 4, or 5)

4
Discrete Probability Distribution

Experiment: Toss 2 Coins. Let X = # heads.


4 possible outcomes
Probability Distribution
T T X Value Probability
0 1/4 = .25
T H 1 2/4 = .50
2 1/4 = .25
H T
Probability

.50

.25
H H
0 1 2 X
Chap 5-5
Discrete Random Variable
Summary Measures
 Expected Value of a discrete distribution
(Weighted Average)
N
µ = E(X) = ∑ Xi P( Xi )
i=1

X P(X)
 Example: Toss 2 coins, 0 .25
X = # of heads, 1 .50
compute expected value of X: 2 .25
E(X) = (0 x .25) + (1 x .50) + (2 x .25)
= 1.0

6
Discrete Random Variable
Summary Measures
(continued)
 Variance of a discrete random variable
N
σ 2 = ∑ [Xi − E(X)]2 P(Xi )
i=1

 Standard Deviation of a discrete random variable


N
σ = σ2 = ∑ i
[X
i=1
− E(X)]2
P(Xi )

where:
E(X) = Expected value of the discrete random variable X
Xi = the ith outcome of X
P(Xi) = Probability of the ith occurrence of X

7
Discrete Random Variable
Summary Measures
(continued)

 Example: Toss 2 coins, X = # heads,


compute standard deviation (recall E(X) = 1)

σ= ∑ [X − E(X)] P(X )
i
2
i

σ = (0 − 1)2 (.25) + (1 − 1)2 (.50) + (2 − 1)2 (.25) = .50 = .707

Possible number of heads


= 0, 1, or 2

8
The Covariance

 The covariance measures the strength of the


linear relationship between two variables
 The covariance:
N
σ XY = ∑ [ Xi − E( X)][( Yi − E( Y )] P( Xi Yi )
i=1

where: X = discrete variable X


Xi = the ith outcome of X
Y = discrete variable Y
Yi = the ith outcome of Y
P(XiYi) = probability of occurrence of the condition affecting
the ith outcome of X and the ith outcome of Y

9
Computing the Mean for
Investment Returns
Return per $1,000 for two types of investments

Investment
P(XiYi) Economic condition Passive Fund X Aggressive Fund Y
.2 Recession - $ 25 - $200
.5 Stable Economy + 50 + 60
.3 Expanding Economy + 100 + 350

E(X) = μX = (-25)(.2) +(50)(.5) + (100)(.3) = 50

E(Y) = μY = (-200)(.2) +(60)(.5) + (350)(.3) = 95


10
Computing the Standard Deviation
for Investment Returns
Investment
P(XiYi) Economic condition Passive Fund X Aggressive Fund Y
.2 Recession - $ 25 - $200
.5 Stable Economy + 50 + 60
.3 Expanding Economy + 100 + 350

σ X = (-25 − 50)2 (.2) + (50 − 50)2 (.5) + (100 − 50)2 (.3)


= 43.30

σ Y = (-200 − 95)2 (.2) + (60 − 95)2 (.5) + (350 − 95)2 (.3)


= 193.71
11
Computing the Covariance
for Investment Returns
Investment
P(XiYi) Economic condition Passive Fund X Aggressive Fund Y
.2 Recession - $ 25 - $200
.5 Stable Economy + 50 + 60
.3 Expanding Economy + 100 + 350

σ X, Y = (-25 − 50)(-200 − 95)(.2) + (50 − 50)(60 − 95)(.5)


+ (100 − 50)(350 − 95)(.3)
= 8250

12
Interpreting the Results for
Investment Returns
 The aggressive fund has a higher expected
return, but much more risk

μY = 95 > μX = 50
but
σY = 193.21 > σX = 43.30

 The Covariance of 8250 indicates that the two


investments are positively related and will vary
in the same direction
13
The Sum of
Two Random Variables
 Expected Value of the sum of two random variables:

E(X + Y) = E( X) + E( Y )

 Variance of the sum of two random variables:

Var(X + Y) = σ 2X+ Y = σ 2X + σ 2Y + 2σ XY

 Standard deviation of the sum of two random variables:

σ X + Y = σ 2X + Y
14
Portfolio Expected Return
and Portfolio Risk

 Portfolio expected return (weighted average


return):
E(P) = w E( X) + (1 − w ) E( Y )

 Portfolio risk (weighted variability)

σ P = w 2σ 2X + (1 − w )2 σ 2Y + 2w(1 - w)σ XY

Where w = portion of portfolio value in asset X


(1 - w) = portion of portfolio value in asset Y

15
Portfolio Example
Investment X: μX = 50 σX = 43.30
Investment Y: μY = 95 σY = 193.21
σXY = 8250

Suppose 40% of the portfolio is in Investment X and


60% is in Investment Y:
E(P) = .4 (50) + (.6) (95) = 77

σ P = (.4)2 (43.30) 2 + (.6)2 (193.21) 2 + 2(.4)(.6)(8250)

= 133.04

The portfolio return and portfolio variability are between the values
for investments X and Y considered individually
16

You might also like