Decision theory is a framework which attempts to answer the question of making optimal decisions in the face of uncertainty. It treats statistics as a 2-person game: the statistician vs nature/chance.
<aside> 📖 From a probabilistic perspective, decision theory involves assigning probabilities to outcomes to make informed decisions based on the decision maker’s preferences.
</aside>
This idea can be implemented in a variety of different ways, most commonly: minimizing expected loss.
General overview:
Example
Consider a bacterial infection, you have the following choices:
First list all possible outcomes, their values, probability of occurring given an action
| Outcome | Value |
|---|---|
| No infection | |
| No toxin | 0 days sick |
| Infection | |
| No toxin | 5 days sick |
| No infection | |
| toxin present | 1 day sick |
| Infection | |
| toxin present | 8 days sick |
| $P(event|action)$ | None | Pen | Tox | | --- | --- | --- | --- | | No infection No toxin | 0.1 | 0.9 | 0 | | Infection No toxin | 0.9 | 0.1 | 0 | | No infection toxin present | 0 | 0 | 0.99 | | Infection toxin present | 0 | 0 | 0.01 |
Finally compute the sum of all values times their probabilities
Penicillin is the option with the lowest expected number of sick days