midProbability
What is the difference between expectation and variance intuitively?
Updated May 17, 2026
Short answer
Expectation is the average value of a random variable, while variance measures how far values spread from that average.
Deep explanation
Expectation E[X] describes the central tendency of a distribution, essentially where the values are centered. Variance Var(X) = E[(X - E[X])²] measures dispersion around this center. A dataset can have the same expectation but very different variance, meaning similar averages but different reliability or consistency.
Real-world example
Two investment portfolios may have the same average return, but one is far riskier due to higher variance.
Common mistakes
- Assuming expectation alone fully describes a distribution.
Follow-up questions
- Can variance be zero?
- Why is variance squared deviation?