Data-Driven Decision-Making under Uncertainty

From apppm
Revision as of 16:41, 5 February 2023 by S222572 (Talk | contribs)

Jump to: navigation, search

Developed by Anton Reiling

........
Abstract
........


Contents

Decision-Making Approaches

.

Minimax Criterion

.

Maximax Criterion

.

Hurwicz Criterion

.

Minimax Regret

.

Laplace Criterion

.

Application to Supplier Selection 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 Supplier Selection.

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} (→ Suppplier A) ; <0 for \lambda > \tfrac{5}{7} (→ Suppplier 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