← → arrow keys · swipe
An interactive explainer

Why Averages Lie About Rain

…and the exact formula that catches them

A storm has an average strength and an average size. Multiply them and you should get the total rain — right? Not quite. The missing piece measures something real about storms, and it can expose how satellites get rain wrong while looking right.

Built on real NOAA weather-radar data · 11 slides · use → to begin

1 · The puzzle

One storm, two answers

Watch a small storm for three half-hour snapshots, recording how hard it rains (mm/hr) and how big the rainy patch is (km²):

snapshotrate arearain made = rate × area × ½h
1 — growing2100100
2 — peak6300900
3 — fading18040
Way 1 — add what actually fell:
100 + 900 + 40 = 1040 ✓ the truth
Way 2 — multiply the averages:
avg rate 3 × avg area 160 × 1.5 h = 720

A third of the water vanished — with perfect data and no rounding. Multiplying averages genuinely loses information. What information?

2 · The math fact

The average of a product ≠ the product of averages

$$\overline{a\,b} \;=\; \bar a \cdot \bar b \;+\; \mathrm{cov}(a,b)$$

The correction — the covariance — is positive when a and b are big at the same time, zero when they ignore each other, negative when they oppose. Try it:

true total Σ a·b
averages × n
the gap
true ÷ naive
3 · The formula

An exact recipe for total storm rain

Apply that one fact to a storm, and the total rain volume V splits — exactly — into meaningful factors:

$$V \;=\; \Delta t \cdot T \;\cdot\; \bar r \;\cdot\; \bar A \;\cdot\; O$$
Where does this come from? Open the four-line derivation

Setup: watch for T snapshots, each lasting Δt. At snapshot t the rain falls at rate rt over an area of At.

1
Add up what fell. Each snapshot contributes rate × area × Δt, and a sum is just “how many” × “the average”: $$V=\Delta t\sum_{t=1}^{T} r_t A_t \;=\; \Delta t\cdot T\cdot\overline{r A}$$
2
Use the math fact from the previous slide on that average-of-a-product: $$\overline{r A}\;=\;\bar r\,\bar A\;+\;\mathrm{cov}(r,A)$$
3
Factor out \(\bar r\,\bar A\) and give the bracket a name: $$\overline{r A}\;=\;\bar r\,\bar A\,\underbrace{\left(1+\frac{\mathrm{cov}(r,A)}{\bar r\,\bar A}\right)}_{\textstyle O}$$
4
Put it back. Every line above is an equality — no approximation anywhere: $$V\;=\;\Delta t\cdot T\cdot \bar r\cdot \bar A\cdot O$$
Bonus — the anatomy of O. A covariance always splits into correlation × the two spreads, \(\mathrm{cov}(r,A)=\rho\,\sigma_r\,\sigma_A\). Divide by \(\bar r\,\bar A\): $$O\;=\;1+\rho\cdot\frac{\sigma_r}{\bar r}\cdot\frac{\sigma_A}{\bar A} \;=\;1+\rho\cdot CV_r\cdot CV_A$$ synchrony × strength-swing × size-swing — the three knobs you can play with two slides ahead.
Δt·T

how long

the storm’s duration

how strong

average rain rate

Ā

how big

average rainy area

O

how organized

does it rain hardest when it is biggest?

O is the covariance from the last slide, dressed as a multiplier: O > 1 amplifies, O = 1 neutral, O < 1 reduces. Our toy storm: O = 1040 / 720 ≈ 1.44.

Why “exact” matters: this is an identity, like 12 = 3 × 4 — not a fitted score. Multiply the factors back and you recover the true total to computer precision, for any storm, any region, any time window. Every error you find is accountable.
4 · Organization, dissected

Shape a storm — watch O respond

$$O = 1 + \rho \cdot CV_r \cdot CV_A$$
Where do the three knobs come from? Open the derivation
1
Start where the last slide ended. O is one plus the covariance, measured relative to the averages it corrects: $$O\;=\;1+\frac{\mathrm{cov}(r,A)}{\bar r\,\bar A}$$
2
Split the covariance. By the definition of correlation, \(\rho=\mathrm{cov}(r,A)/(\sigma_r\,\sigma_A)\), every covariance is “how in-step” × the two spreads: $$\mathrm{cov}(r,A)\;=\;\rho\cdot\sigma_r\cdot\sigma_A$$
3
Pair each spread with its own average. Dividing by \(\bar r\,\bar A\) turns the absolute spreads into relative swings — the coefficients of variation: $$\frac{\mathrm{cov}(r,A)}{\bar r\,\bar A} \;=\;\rho\cdot\underbrace{\frac{\sigma_r}{\bar r}}_{\textstyle CV_r} \cdot\underbrace{\frac{\sigma_A}{\bar A}}_{\textstyle CV_A}$$
4
Read off the result. $$O\;=\;1+\rho\cdot CV_r\cdot CV_A$$ And the formula polices itself: ρ can never leave −1…+1, and if either swing is zero the product dies — so O = 1 unless all three knobs are turned. That is exactly what the presets below demonstrate.

ρ: do strength & size rise together? · CVr: does strength swing? · CVA: does size swing? You need all three.

ρ synchrony
CVr
CVA
O

5 · Real weather, live

Replay four real storms

Genuine NOAA radar measurements over the southeastern US, every 30 minutes. Press play and watch the decomposition assemble itself — hover any dot for its exact reading.

right now
ρ (whole storm)
O (whole storm)

6 · The shape of organization

You can read O straight off the dots

Same four storms, each point one snapshot — size vs strength, both scaled by their own averages, colored by storm lifetime. The shape of the cloud is the diagnosis — hover any dot to interrogate a snapshot.

A falling staircase = anti-organized (fierce while small). A shapeless blob = independent. A rising diagonal = organized — the steeper and tighter, the bigger O. No formula needed to see it; the formula just makes it a number.

7 · What the radar saw

The organized storm, frame by frame

Animated radar storm with live decomposition
November 24–25, 2022. Left: the radar map every 30 minutes. Right: rate (orange) and area (blue) climbing and falling together, while the dots assemble the rising diagonal you just learned to read — O = 1.45, a 45% organization bonus over the averages.

Full report cards for all four storms: organized · two pulses · popcorn · weakening

8 · Why it matters

Catching a satellite hiding its mistakes

NASA’s IMERG satellite product estimates rain for the whole planet. Over our radar-covered region its 2-year rain total was off by just +1.5%. Sounds perfect — until you decompose it. The satellite is built in three stages; pick one:

9 · Take-away

Three things to remember

  1. Averages multiply wrong whenever two things vary together. The gap is covariance — information, not noise.
  2. Total rain = duration × strength × size × organization. Exactly. Organization asks one question: does it rain hardest when it rains biggest?
  3. A perfect total can hide big errors. Exact decomposition finds compensating mistakes — in satellites, climate models, or anywhere a product of averages stands in for reality.
The same five-factor identity works for any “episodes that have a strength and a size”: heat waves, wildfires, floods, even customer traffic in a shop. Wherever totals are built from intensity × extent, organization is hiding inside.

Thanks for scrolling the storm

Method: exact event-based decomposition of precipitation volume
\(V=\Delta t\,T\,\bar r\,\bar A\,O\),   \(O = 1+\rho\,CV_r\,CV_A\) — S. Yan, 2026

Data: NOAA MRMS gauge-corrected radar QPE · NASA GPM IMERG V07B
2022–2023, southeastern US study region (29.85–34.75°N, 89.65–84.75°W)
All storm replays use the real measured series. Page assembled with Claude Code.