Section 1.2: Probability and Decisions
Section 1.2: Probability and Decisions
Jared S. Murray
The University of Texas at Austin
McCombs School of Business
OpenIntro Statistics, Chapters 2.4.1-3.
Decision Tree Primer Ch. 1 & 3 (on Canvas under Pages)
1
Probability and Decisions
2
Probability and Decisions
Suppose you are presented with an investment opportunity in the
development of a drug... probabilities are a vehicle to help us build
scenarios and make decisions.
3
Probability and Decisions
Revenue P(Revenue)
$250,000 0.7
$0 0.138
$25,000,000 0.162
4
Back to Targeted Marketing
5
Back to Targeted Marketing
Revenue P(Revenue)
$-0.8 0.95
$39.20 0.05
6
Probability and Decisions
Revenue P(Revenue)
$3,721,428 0.7
$0 0.138
$10,000,000 0.162
7
Mean and Variance of a Random Variable
n
X
E (X ) = Pr (X = xi ) × xi
i=1
8
Example: Mean and Variance of a Binary Random Variable
Suppose (
1 with prob. p
X =
0 with prob. 1−p
n
X
E (X ) = Pr (xi ) × xi
i=1
= 0 × (1 − p) + 1 × p
E (X ) = p
n
X
Var (X ) = Pr (X = xi ) × [xi − E (X )]2
i=1
10
Example: Mean and Variance of a Binary Random Variable
Suppose (
1 with prob. p
X =
0 with prob. 1−p
n
X
Var (X ) = Pr (xi ) × [xi − E (X )]2
i=1
= (0 − p)2 × (1 − p) + (1 − p)2 × p
= p(1 − p) × [(1 − p) + p]
Var (X ) = p(1 − p)
12
Mean, Variance, Standard Deviation: Summary
13
Why expected values?
14
Decision Trees
16
Rolling back: Step 1
She later learns after she finishes the expansion, she can assess the
state of the economy and opt to either:
(a) expand the factory further, which costs $1.5M and will yield
an extra $2M in profit if the economy is good, but $1M if it is
bad,
(b) abandon the project and sell the equipment she originally
bought, for $1.3M – obtaining $1.3M, plus the payoff if she
had never expanded, or
(c) do nothing.
How has the decision changed?
21
Sequential decisions
22
Expected value of the option
or $380,000?
23
What Is It Worth to Know More About an Uncertain
Event?
24
Value of information
25
Typical setup
26
Example: Marketing Strategy for Bevo: The Movie
27
Payoffs for Bevo: The Movie
28
Decision Tree for Bevo: The Movie
29
Expected Value of Perfect Information (EVPI)
30
Finding EVPI with a payoff table
The payoffs depend on the market reaction to the film:
32
Finding EVPI with a decision tree
33
What about imperfect information?
Suppose that Myra the movie critic has a good record of picking
winners, but she isn’t clairvoyant. What is her information worth?
34
The decision tree with imperfect information
Suppose that Myra the movie critic has a good record of picking
winners.
I For movies where the audience reaction was strong, Myra has
historically predicted that 70% of them would be strong.
I For movies where the audience reaction was weak, Myra has
historically predicted that 80% of them would be weak.
Remember that the chance of a strong reaction is 45% and of a
weak reaction is 55%.
36
Suppose S and W means the audience reaction was strong or
weak, respectively, and PS and PW means that Myra’s prediction
was strong or weak, respectively. Let’s translate what we know:
I For movies where the audience reaction was strong, Myra has
historically predicted that 70% of them would be strong.
P(PS|S) = .7, P(PW |S) = .3
I For movies where the audience reaction was weak, Myra has
historically predicted that 80% of them would be weak.
P(PW |W ) = .8, P(PS|W ) = .2
I The chance of a strong reaction is 45% and of a weak
reaction is 55%.
P(S) = .45, P(W ) = .55
37
Bayes rule to the rescue!
We have the wrong margin/conditionals, but we can get the
correct ones. First compute the joint probabilties:
38
What distributions do we need?
39
What conditionals do we need?
P(PS | S)P(S)
P(S | PS) = = 0.315/0.425 = 0.741
P(PS)
P(PW | W )P(W )
P(W | PW ) = = 0.44/(1 − 0.425) = 0.765
P(PW )
40
Tree with imperfect information
41
Myra’s information is worth paying for
It changes the decision and adds 14.35 − 12.85 = 1.5 in value.
(Compare this to the 6.15 the clairvoyant’s prediction was worth.)
42
Things to remember about the value of information
43
Decision trees: Summary
44
Combining random variables
We’ve seen how the expected value (our best prediction) and
variance/standard deviation (how risky our best prediction is)
help us think about uncertainty and make decisions in simple
scenarios
45
Covariance
I A measure of dependence between two random variables...
I It tells us how two unknown quantities tend to move together:
Positive → One goes up (down), the other tends to go up
(down). Negative → One goes down (up), the other tends to
go up (down).
I If X and Y are independent, Cov (X , Y ) = 0 BUT
Cov (X , Y ) = 0 does not mean X and Y are independent
(more on this later).
n X
X m
Cov (X , Y ) = Pr (xi , yj ) × [xi − E (X )] × [yj − E (Y )]
i=1 j=1
46
Ford vs. Tesla
47
Example: Ford vs. Tesla
I E (F ) = 0.12, E (T ) = 0.14
I Var (F ) = 5.25, sd(F ) = 2.29, Var (T ) = 9.76, sd(T ) = 3.12
I What is the better stock?
48
Example: Ford vs. Tesla
t=-7% t=0% t=7% Pr(F=f)
f=-4% 0.06 0.07 0.02 0.15
f=0% 0.03 0.62 0.02 0.67
f=4% 0.00 0.11 0.07 0.18
Pr(T=t) 0.09 0.80 0.11 1
Cov (X , Y )
Corr (X , Y ) =
sd(X )sd(Y )
3.063
Corr (F , T ) = = 0.428 (not too strong!)
2.29 × 3.12
50
Linear Combination of Random Variables
51
Linear Combination of Random Variables
52
Risk Adjustment: Sharpe Ratio
Ignoring the risk-free investment, what are the Sharpe ratios for
Ford, Tesla, and the 50-50 portfolio?
53
Linear Combination of Random Variables
More generally...
I E (w1 X1 + w2 X2 + ...wp Xp + c) =
Pp
w1 E (X1 ) + w2 E (X2 ) + ... + wp E (Xp ) + c = i=1 wi E (Xi ) +c
54