Measuring spread
Return, risk and pooling
Expected value and standard deviation are not school exercises: they are the two numbers underpinning insurance, finance and quality control.
The return / risk pair
| Indicator | What it measures |
|---|---|
| what is gained on average — the return | |
| how much it varies from one instance to the next — the risk |
A financial investment almost always boils down to this pair. Two products with the same expected value are not equivalent: at equal return, the one with the smaller standard deviation is preferable — the basic principle of portfolio management.
return E(X)
^
| • equity fund (high E, high σ)
|
| • bonds (medium E, low σ)
| • savings account (low E, σ ≈ 0)
+---------------------------> risk σ(X)
Insurance, explained by expectation
A company insures 100,000 drivers. For each, the probability of a claim costing €10,000 is 1 %.
The premium must therefore exceed €100 to cover claims, costs and margin. But why does insurance work at all, when the expectation is unfavourable to the insured?
Because the two parties are not looking at the same number:
- the insured faces a huge risk at their own scale: their individual is very large, and one claim can ruin them. They pay to remove that variance;
- the insurer pools 100,000 independent risks. Their average cost concentrates around €100: the relative standard deviation shrinks as .
This is the law of large numbers turned into a business model: individual risk vanishes through aggregation.
Chebyshev's inequality
It gives quantitative meaning to the standard deviation, assuming nothing about the distribution:
| Proportion of values more than from the mean | |
|---|---|
| at most 25 % | |
| at most 11 % | |
| at most 1 % |
This bound is universal but crude. For a normal distribution, the actual proportion beyond is 5 %, not 25 %. So it mainly serves to guarantee an order of magnitude when the distribution is unknown.
Quality control
A production line targets a length of 100 mm with mm. Parts outside , that is , are rejected.
99.4 100 100.6
|----------|----------|
accepted zone
reject <-- --> reject
The famous « six sigma » goal consists in making tolerances so wide relative to that the defect rate falls to a few parts per million. All the industrial work then consists in reducing , not in moving the mean — the latter is easy to adjust, dispersion is not.
Summary
- measures return, measures risk: both are needed.
- Insurance rests on pooling: the relative standard deviation decreases as .
- Chebyshev: at most of values deviate by more than .
- That bound holds for any distribution, but it is loose.
- In quality control, reducing matters more than correcting the mean.

