Skip to content

risk adjusted utility for risk analysis #440

Description

@EinarSalbouvet

The problem statement I was talking about is that in a problem the odds are weighted in your favor, play it right and you will come out on top. The example is the Korean stock market where people took out dept to buy stocks because the EU was higher than not taking the dept and got wiped out by the leverage. Meanwhile the people that just bought with their own money because they are more risk averse have instead on the whole made money.

The simple example I have is a weighted coin, you will win 60% of the time. you start with 100$ and you have to bet either all the money you have gained or half of it. To keep things simple we toss the coin only twice.

The decision tree shows that the max EU is to go all in twice. This gives you a 36% at 400$ and 64% at exactly 0$,
This is not betting smartly. The smart option if you are risk averse is to just bet half both times and you will gain money at the end, it's not a gamble, it's a gift!
The method to fix this is to include risk adjusted utility.
There are multiple formulas for this, but for this example lets use U(x) = 1 - exp(-x / R)
where x is the utility value (in the utility table) and R is the risk tolerance <0, inf]
where inf means you are risk neutral.
then we can apply x = -R * ln(1 - U(x)) to the MEU to get back a risk adjusted utility

when applying this with an R of 500 (very risk averse), this changes the decisions to bet half and then half again.

While this is interesting on it's own it gets really useful when viewing as a graf of what are the optimal decisions given R risk tolerance.
So intead of having to figure out your exact risk tolerance you can see that if you are not risk seeking you should take option x

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions