



Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity
Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium
Prepara tus exámenes
Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity
Prepara tus exámenes con los documentos que comparten otros estudiantes como tú en Docsity
Encuentra los documentos específicos para los exámenes de tu universidad
Estudia con lecciones y exámenes resueltos basados en los programas académicos de las mejores universidades
Responde a preguntas de exámenes reales y pon a prueba tu preparación
Consigue puntos base para descargar
Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium
Comunidad
Pide ayuda a la comunidad y resuelve tus dudas de estudio
Ebooks gratuitos
Descarga nuestras guías gratuitas sobre técnicas de estudio, métodos para controlar la ansiedad y consejos para la tesis preparadas por los tutores de Docsity
making decisions, decisions trees
Tipo: Resúmenes
1 / 5
Esta página no es visible en la vista previa
¡No te pierdas las partes importantes!




Dr. No has a patient who is very sick. Without further treatment, this patient will die in about 3 months. The only treatment alternative is a risky operation. The patient is expected to live about 1 year if he survives the operation; however, the probability that the patient will not survive the operation is 0.3.
op
U(3)
no op
live (0.7) U(12)
U(0)
die (0.3)
max(U(3),0.7)
op 0.
U(3)
no op
live (0.7) 1
0
die (0.3)
What is the patient’s probability of surviving the operation if the test is positive? Solution:
Pr(survive|pos) = Pr(pos|survivePr(pos) Pr() survive)= (^) Pr(pos|survive) Pr(Pr(survivepos|survive)+Pr() Pr(possurvive|¬survive) ) Pr(¬survive) = 0. 09 .· 660. 7 = 0 .9545.
take test
EU(no test)
don’t take test
live
U(0)
die
pos (0.66) neg (0.34)
op no op U(3)
op
U(3)
no op
live (0.95) U(12)
U(0)
die (0.05)
live (0.21) U(12)
U(0)
die (0.79)
Suppose that the probability of death during the test is 0.005 for the patient. Should Dr. No advise the patient to have the test prior to deciding on the operation? Solution: Yes, the test should be taken. The evaluated decision tree is as follows:
take test 0.
don’t take test
live (0.995) 0.
0
die (0.005)
pos (0.66) 0.
neg (0.34)
op
no op 0.
op 0.
no op
live (0.95) 1
0
die (0.05)
live (0.21) 1
0
die (0.79)
If you ski, you think you’ll win with probability 0.1. If your leg is broken and you ski on it, then you’ll damage it further. So, your utilities are as follows: if you win the race and your leg isn’t broken, +100; if you win and your leg is broken, +50; if you lose and your leg isn’t broken 0; if you lose and your leg is broken -50. If you don’t ski, then if your leg is broken your utility is -10, and if it isn’t, it’s 0.
Solution: U(ski) = 0 and U(not ski) = -2, so we ski (see figure 2).
ski^0
don’t ski
90 win (0.1)
lose (0.9) -
broken (0.2)^50
100 fine (0.8)
broken (0.2) -
0
fine (0.8)
broken (0.2) -
0
fine (0.8)
Figure 2: Decision tree for the skier’s choice.
You might be able to gather some more information about the state of your leg by having more tests. You might be able to gather more information about whether you’ll win the race by talking to your coach or the TV sports commentators.
Solution: Given perfect information about the leg, we have the tree in figure 3, so the expected value of the information is E(Uinf o) − E(Unoinf o) = 6 − 0 = 6.
Solution: Given perfect information about winning, we have the tree in figure 4, so the expected value of the information is E(Uinf o) − E(Unoinf o) = 7. 2 − 0 = 7.2.
In the original statement of the problem, the probability that your leg is broken and the probability that you’ll win the race are independent. That’s a pretty unreasonable assumption.
6
broken (0.2) -
10
fine (0.8)
ski
don’t ski -
win (0.1) 50
lose (0.9)
ski 10
0
don’t ski
win (0.1) 100
0
lose (0.9)
Figure 3: Decision tree given perfect information about the leg.
win (0.1)^90
lose (0.9)
90 ski
don’t ski -
broken (0.2)^50
fine (0.8) 100
broken (0.2) -
0
fine (0.8)
ski -
don’t ski
broken (0.2) -
0
fine (0.8)
broken (0.2) -
0
fine (0.8)
Figure 4: Decision tree given perfect information about winning.
Solution: Yes. Just put the win branch after the broken branch and use the conditional probabilities for the given state of the leg.