Lecture (Remote)
Wednesday, February 25, 2026
Today
Recap: Value of Information
Local Sensitivity Analysis
Global Sensitivity Analysis
Example: Dike Cost Sensitivity
Practical Considerations
Summary
Today: a complementary tool that asks a different question.
Sensitivity analysis: which inputs most affect the output?
Value of information: which inputs most affect the decision?
These are not the same thing.
A parameter can dominate the output variance but have zero EVPI — if it doesn’t change which action is optimal.
Today
Recap: Value of Information
Local Sensitivity Analysis
Global Sensitivity Analysis
Example: Dike Cost Sensitivity
Practical Considerations
Summary
The simplest approach: vary one input while holding all others at their baseline values.
\[ S_i^{\text{local}} \approx \frac{\partial f}{\partial x_i} \bigg|_{x = x_0} \]
Problems:
In Lab 5, you optimized under RCP 8.5 and then under RCP 2.6 — one scenario at a time.
That’s one-at-a-time sensitivity analysis!
What you couldn’t see:
Today
Recap: Value of Information
Local Sensitivity Analysis
Global Sensitivity Analysis
Example: Dike Cost Sensitivity
Practical Considerations
Summary
Instead of wiggling one input at a fixed baseline, vary all inputs simultaneously across their full ranges.
Then decompose the output variance:
How much of the variability in the output is attributable to each input?
This accounts for:
For a model \(Y = f(X_1, X_2, \ldots, X_k)\), we can decompose the total variance:
\[ \text{Var}(Y) = \sum_i V_i + \sum_{i<j} V_{ij} + \cdots + V_{12\ldots k} \]
where:
First-order index — fraction of variance due to \(X_i\) alone:
\[ S_i = \frac{V_i}{\text{Var}(Y)} = \frac{\text{Var}\bigl(E[Y \mid X_i]\bigr)}{\text{Var}(Y)} \]
Total-order index — fraction of variance involving \(X_i\) (including all interactions):
\[ S_{T_i} = 1 - \frac{\text{Var}\bigl(E[Y \mid X_{\sim i}]\bigr)}{\text{Var}(Y)} \]
where \(X_{\sim i}\) means all inputs except \(X_i\).
| Pattern | Interpretation |
|---|---|
| \(S_i\) large, \(S_{T_i} \approx S_i\) | \(X_i\) has a strong main effect, few interactions |
| \(S_i\) small, \(S_{T_i}\) large | \(X_i\) matters mainly through interactions |
| \(S_i\) small, \(S_{T_i}\) small | \(X_i\) doesn’t matter much at all |
| \(\sum S_i \approx 1\) | Model is mostly additive (interactions are weak) |
The standard approach (Saltelli et al., 2010):
This requires \(N(k+2)\) model evaluations, where \(N\) is the sample size and \(k\) is the number of inputs.
Today
Recap: Value of Information
Local Sensitivity Analysis
Global Sensitivity Analysis
Example: Dike Cost Sensitivity
Practical Considerations
Summary
Consider the ICOW dike problem with uncertain inputs:
| Parameter | Uncertainty | Type |
|---|---|---|
| Sea-level rise trajectory | BRICK ensemble | Scenario |
| Discount rate \(r\) | 1–7% | Deep uncertainty |
| GEV surge parameters \((\mu, \sigma, \xi)\) | Estimation uncertainty | Statistical |
| Economic growth rate | 0–3% | Deep uncertainty |
GSA question: which of these contributes most to the variance in total cost?
VOI question: which of these, if resolved, would most change the optimal dike height?
High \(S_i\), low EVPXI:
The discount rate may dominate the total cost variance, but if the optimal dike height is similar across discount rates, knowing \(r\) doesn’t help the decision.
Low \(S_i\), high EVPXI:
A parameter might contribute little to total cost variance, but its effect is concentrated near the decision boundary, flipping which action is optimal.
Today
Recap: Value of Information
Local Sensitivity Analysis
Global Sensitivity Analysis
Example: Dike Cost Sensitivity
Practical Considerations
Summary
Use GSA when:
Use VOI when:
Today
Recap: Value of Information
Local Sensitivity Analysis
Global Sensitivity Analysis
Example: Dike Cost Sensitivity
Practical Considerations
Summary
| Sensitivity Analysis | Value of Information | |
|---|---|---|
| Question | What affects the output? | What affects the decision? |
| Measures | Variance decomposition | Expected improvement in objective |
| Requires | Input distributions | Input distributions + decision model |
| Use for | Understanding models, simplification | Research prioritization, monitoring design |
Use both. GSA tells you what drives uncertainty. VOI tells you what’s worth learning.
You’ll compute EVPI and EVPXI on the ICOW dike problem.
This is the VOI side of what we discussed today — quantifying the decision value of resolving specific uncertainties.
Dr. James Doss-Gollin