Calculate Expected Monetary Value (EMV) from probabilities and outcomes. Visualize decision trees, probability distributions, and tornado sensitivity charts to identify the optimal choice under uncertainty.
The core of decision analysis is calculating the Expected Monetary Value (EMV). It sums the value of every possible outcome, each weighted by its probability of occurring.
$$\text{EMV}= \sum_{i}p_i \cdot v_i$$$p_i$ = Probability of outcome i (must sum to 1).
$v_i$ = Monetary value (payoff or cost) of outcome i.
The result is the probability-weighted average payoff for that decision path.
To quantify the risk or dispersion of possible outcomes around the EMV, we calculate the standard deviation (σ). A higher σ indicates greater uncertainty.
$$\sigma = \sqrt{\sum_{i}p_i (v_i - \text{EMV})^2}$$This equation finds the square root of the probability-weighted average of the squared differences from the mean (EMV). It tells you how much the actual result might deviate from the expected result on average.
Engineering Design Changes (Go/No-Go): Before committing to a costly design modification, engineers build a decision tree. For example, a change might have an 80% chance of improving fuel efficiency (saving $2M) and a 20% chance of causing delays (costing $500K). EMV analysis quantifies whether the expected benefit outweighs the risk.
Manufacturing Line Investment: A company deciding whether to invest in automated equipment will model scenarios: high demand (probable high return), medium demand (moderate return), and low demand (potential loss). The tornado chart helps identify if the decision hinges most on demand uncertainty or equipment cost estimates.
Quality & Warranty Cost Risk: A firm can model the expected cost of a product failure. Different failure modes have different probabilities and repair/warranty costs. Calculating the EMV of total quality cost helps set appropriate warranty reserves and prioritize which failure modes to address first.
Make-or-Buy Analysis: The decision to manufacture a component in-house or outsource it is filled with uncertainties: in-house production cost variability, supplier reliability, and defect rates. A decision tree with EMV for each branch provides a structured, quantitative comparison beyond just comparing average costs.
First, understand that EMV is not the "most likely outcome". For example, the EMV for an option with a 90% probability of a 100,000 yen loss and a 10% probability of a 1,000,000 yen profit is 10,000 yen. While it's positive in calculation, you actually incur a loss 90% of the time. It's risky to judge based solely on EMV as "profitable!". It's crucial to always check the probability distribution via a histogram and compare it with your risk tolerance—asking, "Can I (or the company) withstand the worst-case scenario?"
Next, estimate probability and value independently. If you inadvertently adjust them in relation to each other, like thinking "since the success probability is high, let's be conservative about the profit upon success," it distorts the analysis. The principle is to estimate each parameter individually, based as much as possible on objective data (past performance, market research). When data is truly unavailable, the "three-point estimation" technique—estimating optimistic, pessimistic, and most likely scenarios—is effective.
Finally, this analysis may be unsuitable for "one-time decisions". For instance, relying solely on this tool's results for a GO/NO GO decision on a massive, company-deciding project is precarious. This tool shines brightest when setting criteria for recurring decisions. For example, defining selection criteria like "EMV must be at least XX yen, and standard deviation must be below YY yen" for the dozens of small-scale investment proposals reviewed monthly. In the long run, results will align with probabilities, allowing you to build a risk-managed portfolio.