Statistics & Data Science · pattern F, Dataset
Enter each outcome with its probability, one per line, for the expected value, variance and standard deviation — with a check that the probabilities sum to one.
E(X) = Σ x·P(x), Var(X) = Σ P(x)(x − E(X))²
One outcome per line as value, probability. Probabilities should sum to 1; the panel reports the sum so a missing outcome is visible.
21.0000
5 outcomes, probabilities summing to 1.0000.
10.000 × 0.1000 = 0.0000
each outcome weighted by its probability
210.000 × 0.2000 = 2.0000
each outcome weighted by its probability
320.000 × 0.4000 = 8.0000
each outcome weighted by its probability
430.000 × 0.2000 = 6.0000
each outcome weighted by its probability
550.000 × 0.1000 = 5.0000
each outcome weighted by its probability
6E(X) = 21.00000
the weighted sum — not the average of the outcomes
An expected value of 22 does not mean any single outcome will be 22, and it may not even be a possible outcome. It is what the average of many repetitions converges to, which is why it governs decisions taken repeatedly and misleads when applied to a one-off with a catastrophic downside. Variance is what tells you how far individual results scatter around it.
If the number is not the part you are stuck on, that is what the service is for — a specialist who explains the working, not just the answer.
Statistical output here is for coursework and learning. Reported p-values and intervals assume the conditions stated on the page; nothing here checks whether those conditions hold for your data.