Decision Trees 1
Decision Trees 1
1
Decision trees
2
Decision nodes
Represented by squares
The idea is that you choose the best path leaving the decision
node to the right, i.e. the one giving the highest EMV
– £0.60
Buy ticket
3
Chance nodes
Represented by circles
The idea is that there is a probability for each arc to the right of
a chance node.
The value at the chance node is the EMV from these arcs.
– £20.00
0.1
Caught NOTE THE PROBABILITIES ON THE
ARCS MUST SUM TO ONE
4
Chance nodes
Represented by circles
The idea is that there is a probability for each arc to the right of
a chance node.
The value at the chance node is the EMV from these arcs.
– £20.00
0.1
Caught NOTE THE PROBABILITIES ON THE
ARCS MUST SUM TO ONE
EMV = – £2.00
5
Full Decision Tree
Method: Step 1 - Draw options from left to right
Caught
Chance Node
the different paths from it represent
different events happening
Park illegally
Not Caught
?
6
Full Decision Tree
Method: Step 2 - List Chances & Outcomes, then
calculate the sum of the EMVs
Park illegally
Not Caught
? -£0
Probability = 0.9
-£0.60
7
Full Decision Tree
Method: Step 2 - List Chances & Outcomes, then
calculate the sum of the EMVs
EMV = -£2
Park illegally
Not Caught
? -£0
Probability = 0.9
-£0.60
Since the Objective is to minimise parking costs in the long run, the answer is:
8
Decision Tree Method
Method: Step 2 - List Chances & Outcomes, then
calculate the sum of the EMVs
EMV = -£2
Park illegally
Not Caught
? -£0
Probability = 0.9
Since the Objective is to minimise parking costs in the long run, the answer is:
Park legally to minimise EMV to £0.60/day
9
Example 2 – Inventor
• An inventor has a new idea. To get it to the prototype stage when he could
sell it to a manufacturer he needs to spend £10,000.
• But if a consultant tells him there’s a 40% chance that he will find a
manufacturer, then using EMV........
10
Example 2 - Inventor
Method: Step 1 - Draw options from left to right
Don’t Develop
Develop
11
Example 2 - Inventor
Method: Step 2 - List Chances & Outcomes, then calculate the sum of the EMVs
Don’t Develop
£0
12
Example 2 - Inventor
Method: Step 2 - List Chances & Outcomes, then calculate the sum of the EMVs
Don’t Develop
£0
13
Example 2 - Inventor
Method: Step 2 - List Chances & Outcomes, then calculate the sum of the EMVs
Don’t Develop
£0
£30k
14
When is EMV sensible?
• When the individual financial outcomes are not too large
• If there is a number of similar events e.g. you will be
working many nights in the restaurant or bar, you will be
parking on many occasions
So often appropriate for business decisions