-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnotes-10_decision-analysis_bda3-9.Rmd
65 lines (49 loc) · 2.86 KB
/
notes-10_decision-analysis_bda3-9.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Section 10. Decision analysis
2021-11-15
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, dpi = 300, comment = "#>")
```
## Resources
- reading
- BDA3 chapter 9
- [reading instructions](`r paste0(CM_URL, "BDA3_ch09_reading-instructions.pdf")`)
- lectures:
- ['10.1 Decision analysis'](https://aalto.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=82943720-de0f-4195-8639-ab0900ca2085)
- slides:
- [Lecture 10.1](`r paste0(CM_URL, "slides_ch9.pdf")`)
- [Assignment 9](`r paste0(CM_URL, "assignment-09.pdf")`)
## Notes
### Reading instructions
- outline of chapter 9
- 9.1 Context and basic steps (most important part)
- 9.2 Example
- 9.3 Multistage decision analysis (you may skip this example)
- 9.4 Hierarchical decision analysis (you may skip this example)
- 9.5 Personal vs. institutional decision analysis (important)
- the lectures have simpler examples and discuss some challenges in selecting utilities or costs
- ch 7 discusses how model selection con be considered as a decision problem
### Chapter 9. Decision analysis
- how can inferences be used in decision making?
- examples in this chapter:
1. section 9.2: simple example with hierarchical model on how incentives affect survey response rates
- compare expected response rates of various incentive structures to their expected cost
2. section 9.3: option of performing a diagnostic test before deciding on a treatment for cancer
- example of "value of information" and balancing risks of the screening test against the information it would provide
3. section 9.4: decision and utility analysis of the risk of radon exposure
- cost of measurement and fixing high exposure
- example of a full integration if inference with decision analysis
#### 9.1 Bayesian decision theory in difference contexts {-}
- use Bayesian inference in two ways when balancing costs and benefits of decision options under uncertainty:
1. a decision depends on the predicted quantities which depend on the parameters of the model and type of data
2. use Bayesian inference within a decisions analysis to estimate outcomes conditional on information from previous decisions
##### Bayesian inference and decision trees {-}
- decision analysis involves optimization over decisions and uncertainties
- **Bayesian decision analysis** is defined as the following steps:
1. Enumerate the space of all possible decisions $d$ and outcomes $x$.
2. Determine the probability distribution of $x$ for each decision option $d$.
3. Define a *utility function* $U(x)$ mapping outcomes onto real numbers (values of interest).
4. Compute the expected utility $\text{E}(U(x)|d)$ as a function of the decision $d$ and choose the decision with the highest expected utility.
- often, we only do the first two steps and the rest is left to the "decision makers"
### Lecture notes
#### 10.1 Decision analysis {-}
(no new notes)