Prospect Theory Calculator: Value Function and Probability Weighting

simulator advanced ~9 min
Loading simulation...
Subjective Value: v(100) ≈ 69.2 | CE ≈ 56.1

With default Kahneman-Tversky parameters (α=0.88, λ=2.25, γ=0.61), a gain of $100 from the reference point has a subjective value of ~69.2 — less than the objective amount due to diminishing sensitivity. The certainty equivalent of a 50-50 gamble for this amount is ~$56 — you'd accept a sure $56 instead of a coin flip for $100, reflecting risk aversion in the gains domain.

Formula

v(x) = x^α for x ≥ 0 (gains)
v(x) = -λ(-x)^α for x < 0 (losses)
w(p) = p^γ / (p^γ + (1-p)^γ)^(1/γ)

What Is Prospect Theory?

Prospect theory, developed by Daniel Kahneman and Amos Tversky in their landmark 1979 paper, is the most influential descriptive model of decision-making under risk. Unlike expected utility theory — which assumes people evaluate final wealth states using a concave utility function — prospect theory proposes that people evaluate changes relative to a reference point, are loss averse, exhibit diminishing sensitivity, and distort probabilities.

The S-Shaped Value Function

The left panel shows the value function v(x), which has three key features: (1) it is defined over gains and losses relative to a reference point, not over total wealth; (2) it is concave for gains and convex for losses — reflecting diminishing sensitivity to both gains and losses; (3) it is steeper for losses than for gains — capturing loss aversion. The parameter α controls curvature (diminishing sensitivity) and λ controls the steepness asymmetry (loss aversion).

Probability Weighting

The right panel shows the probability weighting function w(p). In expected utility theory, a 10% chance is weighted at exactly 0.10. In prospect theory, small probabilities are overweighted (w(0.05) > 0.05) and large probabilities are underweighted (w(0.95) < 0.95). The 45-degree line represents unbiased weighting. The parameter γ controls the curvature: lower γ means more distortion.

Why It Matters

Prospect theory explains a wide range of seemingly irrational behaviors: why people simultaneously buy lottery tickets (overweighting small probabilities of large gains) and insurance (overweighting small probabilities of large losses); why investors hold losing stocks too long (loss aversion plus risk-seeking in the loss domain) and sell winners too early (risk aversion in the gain domain); and why framing the same outcome as a gain or loss changes decisions (reference point dependence).

FAQ

What is prospect theory?

Prospect theory is a behavioral economic model developed by Daniel Kahneman and Amos Tversky in 1979 that describes how people actually make decisions under risk, as opposed to expected utility theory which describes how they should. It won Kahneman the 2002 Nobel Prize in Economics and is considered one of the foundational works of behavioral economics.

What is loss aversion?

Loss aversion is the finding that losses are psychologically about twice as painful as equivalent gains are pleasurable. In the model, this is captured by the parameter λ ≈ 2.25, meaning a $100 loss produces about 2.25 times as much negative subjective value as a $100 gain produces positive value. This explains many phenomena including the endowment effect, status quo bias, and the equity premium puzzle.

What is the probability weighting function?

The probability weighting function w(p) describes how people transform objective probabilities into subjective decision weights. People tend to overweight small probabilities (explaining why they buy lottery tickets and insurance) and underweight large probabilities (explaining why they are not fully sensitive to the difference between 99% and 100% certainty).

What is a reference point in prospect theory?

The reference point is the baseline from which gains and losses are evaluated. Unlike expected utility theory which evaluates final wealth states, prospect theory proposes that people evaluate outcomes as changes relative to a reference point — typically the status quo, an expectation, or an aspiration level. The same objective outcome can feel like a gain or a loss depending on the reference point.

Sources

Embed

<iframe src="https://homo-deus.com/lab/cognitive-biases/prospect-theory/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub