Data-Driven Decision-Making under Uncertainty

From apppm
Revision as of 22:37, 6 February 2023 by S222572 (Talk | contribs)

Jump to: navigation, search

Developed by Anton Reiling

There are several approaches to reach decisions under uncertainty under the assumption of reliable, fixed data. The Minimax and Maximax criterion simply consider the worst or best possible outcome of decision alternatives. The Hurwicz Criterion offers a mix between these two approaches depending on the predefined Optimism Parameter. The Minimax Regret Criterion considers the opportunity costs caused by choosing an alternative to reach a decision and the Laplace Criterion compares the expected values of the alternatives. These approaches can be used within Project, Program and Portfolio Management, for example to compare to offers for Outsourcing Contracts. However, due to simplifications and assumptions these methods are limited to rather simple problems with low complexity. This is because they lack the possiblity to assess risk, qualitative inputs and heterogenous probabilities for different outcomes.

Contents

Fundamental assumptions

Decision-Making Approaches

Minimax Criterion

The Minimax or Maximin approach shows a pessimistic conception: Thus, only the worst possible outcome of each alternatives is taken into accout and compared with the others. This means that all of the outcomes for the remaining scenarios remain unconsidered.

(ref: Development of fuzzy multi-criteria approach, p. 507)


Maximax Criterion

The Maximax Criterion works opposite to the Minimax approach: Here, the best possible outcome is considered, which means that all other outcomes are ignored.

(ref: Development of fuzzy multi-criteria approach, p. 507)

Hurwicz Criterion

The Hurwicz Approach acts as a combination of the Minimax and the Maximax Criterion. Depending on the Optimism Parameter \lambda \in [0;1] this approach can represent a rather optimistic or pessimistic attitude towards the outcomes of the examined alternatives. As extremes, \lambda = 1 would correspond to the Maximax Criterion and \lambda = 0 to the Minimax Criterion.

(ref: Development of fuzzy multi-criteria approach, p. 507)

Minimax Regret Criterion

The Minimax Regret Criterion tries to minimize the opportunity costs by choosing one alternative.


(ref: Development of fuzzy multi-criteria approach, p. 507)

Laplace Criterion

The Equal Likelihood Criterion or Laplace Criterion compares the expected value of each alternative with each other. Thereby, every outcome is considered which means that outliers that would act as extreme values for the Minimax or Maximax Criterion will have a considerably lower importance with the Laplace Criterion.


(ref: Development of fuzzy multi-criteria approach, p. 507)

Application to Outsourcing Contracts within Project Management

These approaches can also be applied to Project, Program and Portfolio Management. However, since they assume that the given data is certain per scenario and can be expressed as a number, the range of sensible application descreases. One example for utilizing these approaches are simple decisions regarding choosing suppliers for Outsourcing.

Let's take the following example to see how the different methods influence the decision which supplier to select: For a software project, parts of the front-end development are outsourced to a third-party supplier, which needs to be chosen according to their costs. Since mostly supplier and customer agree on a quotation with a cost estimate C, the resulting costs c_i can be higher or lower than the estimate, depending on incidents during the projects like delays, reworking or other unplanned costs. Of course, some additional costs are already included in the cost estimate to grant the supplier a buffer. This example will consider the following 5 scenarios:

  • Scenario 1: Best scenario: None of the predicted costs actually occured: c_1 << C
  • Scenario 2: The actual costs are lower than the estimated costs, but not as low as c_1: c_2 < C
  • Scenario 3: The actual costs match the estimated costs: c_3 = C
  • Scenario 4: The actual costs are higher than the estimated costs, but not as high as c_5: c_4 > C
  • Scenario 5: Worst scenario: On top of the predicted costs a high number of unexpected costs occurs which increases the overall costs drastically: c_5 >> C


The following two suppliers can be chosen: Supplier A guarantees a fixed price of 100 monetary units, no matter which scenario will ocur (i.e. how many unexpected costs will occur). Supplier B however, proposes and estimated price of 100 monetary units. The actual price can vary depending on the scenario, which the following table illustrates:

Suppliers S1 S2 S3 S4 S5
Supplier A 100 100 100 100 100
Supplier B 80 95 100 105 150


Applying the described approaches to this problem yields the following results:

  • Minimax Criterion: \min(100,150)=100 → Supplier A
  • Maximax Criterion: \min(100,80)=80 → Supplier B
  • Hurwicz Criterion: [\min(a=2,s) * \lambda + \max(a=2,s) * (1-\lambda)] - [\min(a=1,s) * \lambda + \max(a=1,s) * (1-\lambda)] > 0 for \lambda < \tfrac{5}{7} (→ Supplier A) ; <0 for \lambda > \tfrac{5}{7} (→ Supplier B) caption
  • Minimax Regret: 55 > 25 → Supplier A
  • Laplace Criterion: \min(100,106)=100 → Supplier A


It can be seen that due to the assymetric distribution towards higher average costs for Supplier B the Minimax Regret and the Laplace Criterion suggest to choose Supplier A. For the same reason the Hurwicz Criterion suggests to choose Supplier A for a higher Range in \lambda than to choose Supplier B. Since we have costs independent from the scenario for Supplier A it stands to reason that the Minimax Criterion suggests Supplier A and the Maximax Criterion Supplier B.


It can be critisized that only the costs were considered in this example and not features like reliability or service quality. Also, all the outcomes were assumed to have an equal probablity of happening which is also rather unrealistic. Especially considering scenario 5 equally probable put a high weight on the 150 monetary units of Supplier B for this scenario. However, for minor supplier selection decisions these approaches provide results with low effort.


Limitations

.

Annotated bibliography

.

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox