In decision theory, the expected value of sample information (EVSI) is the expected increase in utility that a decision-maker could obtain from gaining access to a sample of additional observations before making a decision. The additional information obtained from the sample may allow them to make a more informed, and thus better, decision, thus resulting in an increase in expected utility. EVSI attempts to estimate what this improvement would be before seeing actual sample data; hence, EVSI is a form of what is known as preposterior analysis. The use of EVSI in decision theory was popularized by Robert Schlaifer and Howard Raiffa in the 1960s.[1]
Let
\begin{array}{ll} d\inD&thedecisionbeingmade,chosenfromspaceD\\ x\inX&anuncertainstate,withtruevalueinspaceX \\ z\inZ&anobservedsamplecomposedofnobservations\langlez1,z2,..,zn\rangle \\ U(d,x)&theutilityofselectingdecisiondfromx \\ p(x)&thepriorsubjectiveprobabilitydistribution(densityfunction)onx \\ p(z|x)&theconditionalpriorprobabilityofobservingthesamplez \end{array}
It is common (but not essential) in EVSI scenarios for
Zi=X
p(z|x)=\prodp(zi|x)
\intzp(z|x)dz=x
x
The utility from the optimal decision based only on the prior, without making any further observations, is given by
E[U]=maxd\in~\intXU(d,x)p(x)~dx.
If the decision-maker could gain access to a single sample,
z
E[U|z]=maxd\in~\intXU(d,x)p(x|z)~dx
p(x|z)
p(x|z)={{p(z|x)p(x)}\over{p(z)}};
p(z)=\intp(z|x)p(x)~dx.
Since they don't know what sample would actually be obtained if one were obtained, they must average over all possible samples to obtain the expected utility given a sample:
E[U|SI]=\intZE[U|z]p(z)dz=\intZmaxd\in~\intXU(d,x)p(z|x)p(x)~dx~dz.
The expected value of sample information is then defined as
\begin{array}{rl} EVSI&=E[U|SI]-E[U]\\ &=\left(\intZmaxd\in~\intXU(d,x)p(z|x)p(x)~dx~dz\right) -\left(maxd\in~\intXU(d,x)p(x)~dx\right). \end{array}
It is seldom feasible to carry out the integration over the space of possible observations in E[U|SI] analytically, so the computation of EVSI usually requires a Monte Carlo simulation. The method involves randomly simulating a sample,
zi=\langle
i | |
z | |
n\rangle |
p(x|zi)
p(x|zi)
i=1,..,M
A regulatory agency is to decide whether to approve a new treatment. Before making the final approve/reject decision, they ask what the value would be of conducting a further trial study on
n
The diagram shows an influence diagram for computing the EVSI in this example.
The model classifies the outcome for any given subject into one of five categories:
Zi=
A decision state,
x
x=[5\%,60\%,20\%,10\%,5\%]
The prior,
p(x)
In the chance variable Trial data, trial data is simulated as a Monte Carlo sample from a Multinomial distribution. For example, when Trial_size=100, each Monte Carlo sample of Trial_data contains a vector that sums to 100 showing the number of subjects in the simulated study that experienced each of the five possible outcomes. The following result table depicts the first 8 simulated trial outcomes:
Combining this trial data with a Dirichlet prior requires only adding the outcome frequencies to the Dirichlet prior alpha values, resulting in a Dirichlet posterior distribution for each simulated trial. For each of these, the decision to approve is made based on whether the mean utility is positive, and using a utility of zero when the treatment is not approved, the Pre-posterior utility is obtained. Repeating the computation for a range of possible trial sizes, an EVSI is obtained at each possible candidate trial size as depicted in this graph:
Expected value of sample information (EVSI) is a relaxation of the expected value of perfect information (EVPI) metric, which encodes the increase of utility that would be obtained if one were to learn the true underlying state,
x
The expected value of including uncertainty (EVIU) compares the value of modeling uncertain information as compared to modeling a situation without taking uncertainty into account. Since the impact of uncertainty on computed results is often analysed using Monte Carlo methods, EVIU appears to be very similar to the value of carrying out an analysis using a Monte Carlo sample, which closely resembles in statement the notion captured with EVSI. However, EVSI and EVIU are quite distinct—a notable difference between the manner in which EVSI uses Bayesian updating to incorporate the simulated sample.