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.

Decision Theory Intro


<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:

  1. Determine loss of all outcomes
  2. Find probability of all outcomes given each action
  3. Choose action with the smallest expected cost

Motivating example

Example

Formalizing the Procedure