Expected Value Foundation

Welcome!

We believe that expected value is one of the most important concepts for making better decisions in an uncertain world, and understanding expected value helps us think more clearly about risks, rewards, and tradeoffs.

Nate Silver in On the Edge:

Society would be generally better off–I’ll confidently contend–if people understood the nature of expected value and specifically the importance of low-probability, high-impact events, whether they come in the form of fantastic potential payoffs or catastrophic risks.

What is expected value?

Expected value (EV) is the average of all possible outcomes. It’s computed by adding each possible outcome weighted by its probability of occurring.

\text{Expected Value} = \text{(Probability of each outcome)} \cdot \text{(Value of each outcome)}

In math terms:

\mathbb{E}[X] = \sum\limits_{i} P(X=x_i) \cdot x_i

EV: Rolling a die

What’s the expected value of rolling a single die?

There are 6 faces (1, 2, 3, 4, 5, 6) and each has probability of 1/6.

\begin{align*} \mathbb{E}[\text{Single Die Roll}] &= \frac{1}{6}(1) + \frac{1}{6}(2) + \frac{1}{6}(3) + \frac{1}{6}(4) + \frac{1}{6}(5) + \frac{1}{6}(6) \\ &= \frac{1}{6} + \frac{2}{6} + \frac{3}{6} + \frac{4}{6} + \frac{5}{6} + \frac{6}{6} = \frac{21}{6} = \frac{7}{2} \\ &= 3.5 \end{align*}

The expected value is 3.5.

EV: Ice cream coin flip

Suppose that you are buying an ice cream. The store is selling an ice cream cone for $7.

They also have a special offer:

  • Flip a coin

  • If the coin is heads, you buy the ice cream for $10

  • If the coin is tails, you get the ice cream for free

What is the expected value of the coin flip?

  • What is the probability of each outcome? Heads and tails are both 50% likely.
  • What is the value of each outcome? The cost for heads is $10 and the cost for tails is $0.
  • The expected value of the coin flip is as follows:

\begin{align*} \text{EV} &= P(\text{Heads}) \cdot V(\text{Heads}) + P(\text{Tails}) \cdot V(\text{Tails}) \\ &= (0.5) \cdot (\$10) + (0.5) \cdot (\$0) \\ &= \$5 \end{align*}

This means that the expected value of the coin flip is $5, a better deal than the standard price of $7.

The EV calculation helps make decisions by providing a framework to evaluate options with uncertain outcomes. In most cases, the better expected value means that that is the better decision, and we should therefore take the coin flip option.

But not always. There are other considerations like risk tolerance since some prefer a guaranteed price of $7 to chancing a price of $10.

EV: Drawing a card

Here’s a simple card game where you get to draw 1 card and get the prize indicated on that card.

Each card is equally likely to be selected with probability P=1/4. The probabilities (weights) always sum to 1 because they describe all possible outcomes.

Let’s compute the EV:

\begin{align*} \mathbb{E}[\text{Draw Card}] &= \frac{1}{4}(1) + \frac{1}{4}(1) + \frac{1}{4}(2) + \frac{1}{4}(3) \\ &= \frac{1}{4} + \frac{1}{4} + \frac{2}{4} + \frac{3}{4} \\ &= \frac{7}{4} \\ &= 1.75 \end{align*}

Therefore the expected value, or average outcome, when drawing a card is 1.75.

Note that EV is not a possible outcome (we couldn’t actually draw 1.75), but rather summarizes the set of possible outcomes.

What we do

  • EV Tutorial (this website): Learn about expected value through our tutorial and interactive examples
  • EV Workshops: In-person workshops on expected value
  • EV Day: A day of EV-centric and adjacent workshops, along with a charity poker tournament
  • Poker Camp: Workshops and courses on AI and applied rationality through the lens of poker
  • EV Fellowship: Contribute your strengths to the EVF in areas like research, coding, writing, logistics, running workshops, and creating videos

EV workshop at Ecole les Hirondelles Mermoz in Dakar, Senegal (December, 2024)