Maximin criterion (Wald criterion)

From Systems Analysis Wiki
Jump to navigation Jump to search

Wald's criterion is one of the fundamental methods for decision-making under uncertainty. It is based on the principle of extreme pessimism and aims to select the strategy that ensures the best outcome in the worst-case scenario.

Essence of the Criterion

The criterion assumes that the decision-maker focuses on the most unfavorable outcome for each strategy. For each alternative, its worst possible result is identified. The strategy chosen is the one for which this worst result is the best among all alternatives.

In other words, Wald's criterion is aimed at minimizing maximum losses and provides the greatest protection against adverse conditions.

Applying the Criterion

The application process involves the following steps:

  1. For each strategy, the worst possible outcome is determined.
  2. The worst outcomes of all strategies are compared.
  3. The strategy with the best of the worst outcomes is selected.

This approach is characteristic of extremely cautious individuals who seek to minimize risks regardless of the probability of different outcomes occurring.

Mathematical Formulation

Let the following be given:

  • S={s1,s2,,sm} — the set of available strategies (alternatives) from which the decision-maker (DM) chooses.
  • Θ={θ1,θ2,,θn} — the set of possible states of nature (external conditions, scenarios), which are independent of the DM's choice.
  • u(si,θj) — the payoff (utility) function, representing a numerical evaluation of the outcome when strategy siS is chosen and state of nature θjΘ occurs. It is often represented as a payoff matrix A=[aij], where aij=u(si,θj).

Wald's criterion (or the maximin criterion) prescribes the following procedure:

  1. Finding the minimum payoff for each strategy: For each strategy si, its worst possible outcome (minimum payoff) across all possible states of nature is determined:
    uimin=minj=1,,nu(si,θj)=minθΘu(si,θ)
  1. Choosing the strategy with the maximum of the minimum payoffs: The strategy sWald* is chosen that provides the highest value among the identified minimum payoffs:
    sWald*=argmaxi=1,,m(uimin)=argmaxsiS(minθjΘu(si,θj))

The guaranteed (minimum) payoff level when using Wald's criterion is: VWald=maxi=1,,m(uimin)=maxsiS(minθjΘu(si,θj))

Thus, Wald's criterion implements the maximin principle — maximizing the minimum payoff. It is based on a pessimistic outlook, assuming that whatever decision is made, nature will respond in the least favorable way for the DM.

Note on the Loss Function

If a loss function L(si,θj), which needs to be minimized, is used instead of a payoff function u(si,θj), Wald's criterion becomes the minimax loss criterion:

  1. For each strategy si, the maximum loss value is found: Limax=maxθΘL(si,θ)
  2. The strategy that minimizes this maximum loss is chosen: sWald*=argminsiS(maxθΘL(si,θ))


Advantages and Disadvantages

Advantages:

  • Simplicity and clarity of the method.
  • Ensures a high degree of safety for decisions under complete uncertainty.

Disadvantages:

  • Excessive pessimism: potentially high gains are ignored in favor of minimizing losses.
  • May lead to the selection of overly conservative strategies.