Prerequisites
- Poisson Probability Calculation
- Expected Value of Frequencies
Step-by-Step Derivation
-
From part (c), we have the ML estimate λ^≈0.9288 and the total number of cells N=576.
-
To find the expected number of cells with exactly k hits, we use the formula:
Expected Cells=N×p(x=k∣λ^)=576×k!1e−λ^λ^k
-
Calculate the expected probability and expected count for each k:
-
For k=0:
p(x=0∣0.9288)=0!1e−0.9288(0.9288)0=e−0.9288≈0.3950
Expected Cells=576×0.3950≈227.5
-
For k=1:
p(x=1∣0.9288)=1!1e−0.9288(0.9288)1=0.9288×e−0.9288≈0.3669
Expected Cells=576×0.3669≈211.3
-
For k=2:
p(x=2∣0.9288)=2!1e−0.9288(0.9288)2=20.8627×e−0.9288≈0.1704
Expected Cells=576×0.1704≈98.1
-
For k=3:
p(x=3∣0.9288)=3!1e−0.9288(0.9288)3=60.8013×e−0.9288≈0.0528
Expected Cells=576×0.0528≈30.4
-
For k=4:
p(x=4∣0.9288)=4!1e−0.9288(0.9288)4=240.7442×e−0.9288≈0.0123
Expected Cells=576×0.0123≈7.1
-
For k≥5 (5 and over):
Since the probabilities must sum to 1, we can compute this as 1−∑k=04p(x=k∣λ^):
p(x≥5∣0.9288)=1−(0.3950+0.3669+0.1704+0.0528+0.0123)=1−0.9974=0.0026
Expected Cells=576×0.0026≈1.5
-
Comparison Table:
| number of hits (k) | 0 | 1 | 2 | 3 | 4 | 5 and over |
|---|
| Observed Data | 229 | 211 | 93 | 35 | 7 | 1 |
| Expected Counts | 227.5 | 211.3 | 98.1 | 30.4 | 7.1 | 1.5 |
Conclusion
The theoretically derived expected counts under the Poisson model fit the actual observed hit data remarkably well. Because exactly this Poisson distribution explicitly models random, independent events happening over area/time, we can conclude that the bomb hits were essentially random and uniform.
The Germans were highly unlikely to be systematically or precisely targeting specific London neighborhoods. The occurrences of "clustered" hits on particular cells are indistinguishable from what one would expect from pure chance.