Odds algorithm

1

In decision theory, the odds algorithm (or Bruss algorithm) is a mathematical method for computing optimal strategies for a class of problems that belong to the domain of optimal stopping problems. Their solution follows from the odds strategy, and the importance of the odds strategy lies in its optimality, as explained below. The odds algorithm applies to a class of problems called last-success problems. Formally, the objective in these problems is to maximize the probability of identifying in a sequence of sequentially observed independent events the last event satisfying a specific criterion (a "specific event"). This identification must be done at the time of observation. No revisiting of preceding observations is permitted. Usually, a specific event is defined by the decision maker as an event that is of true interest in the view of "stopping" to take a well-defined action. Such problems are encountered in several situations.

Examples

Two different situations exemplify the interest in maximizing the probability to stop on a last specific event.

Definitions

Consider a sequence of n independent events. Associate with this sequence another sequence of independent events with values 1 or 0. Here ,I_k =1, called a success, stands for the event that the kth observation is interesting (as defined by the decision maker), and , I_k=0 for non-interesting. These random variables are observed sequentially and the goal is to correctly select the last success when it is observed. Let be the probability that the kth event is interesting. Further let and. Note that ,r_k represents the odds of the kth event turning out to be interesting, explaining the name of the odds algorithm.

Algorithmic procedure

The odds algorithm sums up the odds in reverse order until this sum reaches or exceeds the value 1 for the first time. If this happens at index s, it saves s and the corresponding sum If the sum of the odds does not reach 1, it sets s = 1. At the same time it computes The output is

Odds strategy

The odds strategy is the rule to observe the events one after the other and to stop on the first interesting event from index s onwards (if any), where s is the stopping threshold of output a. The importance of the odds strategy, and hence of the odds algorithm, lies in the following odds theorem.

Odds theorem

The odds theorem states that 1/e = 0.367879... , and this lower bound is best possible.

Features

The odds algorithm computes the optimal strategy and the optimal win probability at the same time. Also, the number of operations of the odds algorithm is (sub)linear in n. Hence no quicker algorithm can possibly exist for all sequences, so that the odds algorithm is, at the same time, optimal as an algorithm.

Sources

devised the odds algorithm, and coined its name. It is also known as Bruss algorithm (strategy). Free implementations can be found on the web.

Applications

Applications reach from medical questions in clinical trials over sales problems, secretary problems, portfolio selection, (one way) search strategies, trajectory problems and the parking problem to problems in online maintenance and others. There exists, in the same spirit, an Odds Theorem for continuous-time arrival processes with independent increments such as the Poisson process. In some cases, the odds are not necessarily known in advance (as in Example 2 above) so that the application of the odds algorithm is not directly possible. In this case each step can use sequential estimates of the odds. This is meaningful, if the number of unknown parameters is not large compared with the number n of observations. The question of optimality is then more complicated, however, and requires additional studies. Generalizations of the odds algorithm allow for different rewards for failing to stop and wrong stops as well as replacing independence assumptions by weaker ones.

Variations

discussed a problem of selecting the last k successes. proved a multiplicative odds theorem which deals with a problem of stopping at any of the last \ell successes. A tight lower bound of win probability is obtained by. discussed a problem of selecting k out of the last \ell successes and obtained a tight lower bound of win probability. When the problem is equivalent to Bruss' odds problem. If the problem is equivalent to that in. A problem discussed by is obtained by setting

Multiple choice problem

A player is allowed r choices, and he wins if any choice is the last success. For classical secretary problem, discussed the cases r=2,3,4. The odds problem with r=2, 3 is discussed by. For further cases of odds problem, see. An optimal strategy for this problem belongs to the class of strategies defined by a set of threshold numbers, where. Specifically, imagine that you have r letters of acceptance labelled from 1 to r. You would have r application officers, each holding one letter. You keep interviewing the candidates and rank them on a chart that every application officer can see. Now officer i would send their letter of acceptance to the first candidate that is better than all candidates 1 to a_i. (Unsent letters of acceptance are by default given to the last applicants, the same as in the standard secretary problem.) When r=2, showed that the tight lower bound of win probability is equal to For general positive integer r, proved that the tight lower bound of win probability is the win probability of the secretary problem variant where one must pick the top-k candidates using just k attempts. When r=3,4,5, tight lower bounds of win probabilities are equal to, and respectively. For further numerical cases for r=6,...,10, and an algorithm for general cases, see.

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article