class: center, middle, inverse, title-slide .title[ # Module 1: Health Insurance ] .subtitle[ ## Part 1: Risk and Uncertainty ] .author[ ### Ian McCarthy | Emory University ] .date[ ### Econ 372 ] --- <!-- Adjust some CSS code for font size and maintain R code font size --> <style type="text/css"> .remark-slide-content { font-size: 30px; padding: 1em 2em 1em 2em; } .remark-code, .remark-inline-code { font-size: 20px; } </style> <!-- Set R options for how code chunks are displayed and load packages --> # Describing risk We need three things to define risk in this class: 1. Probability 2. Expected value 3. Preferences (i.e., a utility function) --- # 1. Probability Definition: The likelihood that a given outcome will occur.<br> -- Important to note the timing here...probability applies to an uncertain event that may have several possible outcomes. For example, I may have a heart attack or I may not. [Risk Calculator](http://www.cvriskcalculator.com/). --- # 2. Expected value Definition: The probability weighted average of the payoffs (or costs) associated with all possible outcomes.<br> -- For two potential outcomes, `\(x_{1}\)` and `\(x_{2}\)`, with probabilities `\(p_{1}\)` and `\(p_{2}\)`:<br> `\(E[x] = p_{1}x_{1} + p_{2}x_{2}\)` --- # Example What is my expected cost? - Two possible outcomes: heart attack or no heart attack - 10% chance of having a heart attack - Cost of <span>$</span>100,000 if I have a heart attack (but I will survive and recover)<br> ??? Give time for class to do this and answer. Type your answers in the chat once you have them. --- # Answer I will incur a cost of <span>$</span>100,000 with 10% probability. So my expected cost is just `\(E[cost]=0.1*100,000 =\)` 10,000. --- # 3. Preferences Definition: Preferences take the form of a utility function, `\(u(x)\)`, which tells us how much we benefit get from some consumption bundle, `\(x\)`.<br> -- Expected utility combines expected value and utility...<br> `\(E[u(x)] = p_{1}u(x_{1}) + p_{2}u(x_{2})\)` ??? Before moving on, this is a good time to pause and see how we're doing. These may seem like very simple concepts, but they are important. On our scale Zoom poll, "I understand the concepts of probability, expected value, and utility preferences." --- # Risk preferences With probabilities, expected values, and utilities/preferences, we can now measure preferences toward risk. <br> -- - <b>Risk averse:</b> We prefer to avoid the risky situation. You would rather have the same (or slightly less) with certainty than a lottery over two risky outcomes. - <b>Risk neutral:</b> Indifferent between the risky situation or that of certainty. - <b>Risk loving:</b> Prefer the risky situation. ??? Fun example...would you take the following bet: I'll give you 10 dollars with certainty, or we can flip a coin. Heads you get 15, tails you get 6. Now let's try that again with a few more zeros. I'll give you 10 million, or we can flip a coin. Heads you get 15 million, tails you get 6 million. The point: preferences toward risk are complicated! Luckily we don't really need to measure risk preferences to get the intuition we want...we just need to assume risk aversion. --- # Risk aversion Most common assumption is that individuals are risk averse. Mathematically, this follows from diminishing marginal utility.<br> -- `\(u'(x_{1}) > u'(x_{2})\)` for `\(x_{1} < x_{2}\)` What does this mean in words? --- # Risk aversion <img src="01-insurance1_files/figure-html/tikz-aversion-1.png" style="display: block; margin: auto;" /> ??? This graph has two different things on it. Let's focus on one at at time. Don't forget to use the pen! --- # In-class Problem: Expected values An individual starts with a wealth of <span>$</span>100,000. With probability 0.3, they will get sick and incur a cost of <span>$</span>40,000. 1. What is this person's expected cost of illness? 2. Assume this individual has a utility function of the form, `\(u(w) = w^{0.20}\)`. What is this person's expected utility? 3. Calculate this person's utility if they were to incur the expected cost of illness. Is this utility higher or lower than what you found in part (2)? --- # Why purchase health insurance? Say your utility function is `\(u(w)=\sqrt{w}\)` and that you're starting with `\(w=\)` <span>$</span>100. I propose a lottery in which I flip a coin...heads you win <span>$</span>20 and tails you lose <span>$</span>20. <br> -- 1. What is the expected monetary value of this lottery? 2. What is your utility at this expected value? 3. What is the expected utility from this lottery? --- # Answer Expected wealth is simply `\(\frac{1}{2} \times 80 + \frac{1}{2} \times 120 =\)` 100, which yields a utility of `\(u(w)=\)` 10. But your expected utility is `\(\frac{1}{2} \times u(w_{heads}) + \frac{1}{2} \times u(w_{tails}) = \frac{1}{2} \times \sqrt{80} + \frac{1}{2} \times \sqrt{120} =\)` 9.95. ??? Put these values on our graph to see where we're headed. Quick poll: Are we comfortable with the difference between expected utility and the utility at the expected value? Takeaway so far - when you purchase health insurance, you do two things: 1) "pre-pay" for health care; and 2) pay to avoid financial risk.