361. EVSI

Expected Value of Sample Information (EVSI) — value of imperfect information, like a market survey that updates (but doesn’t fully reveal) the state of nature.

The realistic counterpart of EVPI what most real-world decisions face.

361.1. Setup

You can run a test or survey before deciding. Each test outcome 𝑧:

After observing 𝑧, you make the optimal decision given the updated beliefs:

𝑉(𝑧)=max𝑎𝑠𝑃(𝑠|𝑧)𝑉𝑎,𝑠

361.2. EVSI formula

EV with sample info=𝑧𝑃(𝑧)𝑉(𝑧)EVSI=EV with sample infoEMV

EVSI is always between 0 and EVPI:

0EVSIEVPI

— at most EVPI (since no info beats perfect info), at least 0 (you can always ignore the info).

361.3. Example

States 𝑠1 (high demand), 𝑠2 (low demand), with 𝑃(𝑠1)=0.6.

Test reliability:

𝑃(test high)=0.60.8+0.40.3=0.60 𝑃(test low)=0.40

Updates:

Given “test high” (probs 0.80,0.20):

Given “test low” (probs 0.30,0.70):

EV with sample info=0.6062+0.4026=37.2+10.4=47.6

EVSI=47.644=3.6 (vs EVPI =12)

So this test is worth at most \3.6M. If it costs more, skip it.

361.4. Why EVSI < EVPI

The sample provides probabilistic updating, not certainty. Some test outcomes still leave significant ambiguity. EVPI assumes you’d be told exactly which state — much stronger.

361.5. Use cases

361.6. Bayesian decision-making

EVSI is fundamentally Bayesian: it requires prior probabilities, likelihood functions, and updating. The Bayesian decision theory framework subsumes EVPI and EVSI as special cases of expected utility under updated beliefs.

361.7. See also