driftless
Search

Decision Tree Analysis

Risk technique · See it on the map

Runnable here

Mapping an uncertain decision as branching choices and chances, then weighing each branch's likely value.

When to use it

For a discrete decision with a small number of real alternatives, where at least one branch involves a chance event with an estimable probability and payoff — build in-house versus buy a component with an uncertain defect rate, for instance, or invest in a fix now versus risk a penalty later.

When to avoid it

When the decision has continuous or many interacting uncertain factors rather than a handful of discrete branches — the tree gets unreadable, and simulation is the better tool. Also avoid it when the probabilities plugged into the tree are pure guesses dressed up as numbers; the arithmetic looks rigorous regardless of input quality, which can mislead a decision-maker into more confidence than the numbers deserve.

Steps

What it produces

Common pitfalls

Worked example

A manufacturer deciding whether to tool a part in-house or outsource it draws a tree: tooling in-house costs $80,000 up front, with a 20% chance of a $40,000 rework if the first run fails tolerance (EMV = 80,000 + 0.2 x 40,000 = $88,000). Outsourcing costs a flat $95,000 with no rework risk. The tree makes the comparison explicit: $88,000 expected versus $95,000 certain, and the PM chooses in-house, accepting the wider possible range in exchange for the better average.

Source

Where it comes from: this technique is named by the PMBOK Guide, 6th edition.