About the Expected Value Calculator
Expected value, variance and standard deviation of a discrete random variable from outcomes and probabilities.
Also known as: ev calculator, mean of random variable, expected return, expectation calculator.
How to use this calculator
- Enter outcomes (payoffs), probabilities.
- The result updates instantly as you type — press Calculate (or Enter) at any time.
- Open “Step-by-step” to see how the answer was worked out.
- Use Copy result or Share to save the answer or send a link with your inputs.
Formula
E[X] = Σ xᵢ·pᵢ
Worked example
Using the values pre-filled in the calculator above:
- Outcomes (payoffs): 100, 20, -10
- Probabilities: 0.1, 0.3, 0.6
the calculator returns:
- Expected value: 10
- Variance: 1,080
- Standard deviation: 32.86335345
Working
E[X] = 100×0.1 + 20×0.3 + -10×0.6 = 10