-
Recall the formula for the ML estimator of the Poisson parameter λ derived in part (a):
λ^=N1∑i=1Nki
-
From the problem description, the total area was divided into 144 km2/0.25 km2=576 grid cells. We can also verify this by summing up the observed number of cells in the table:
N=229+211+93+35+7+1=576
-
Next, we calculate the total number of hits across all N cells. This is given by the sum of k multiplied by the number of cells that had exactly k hits. For the category "5 and over", we will assume the value is 5 for this calculation, as it's the minimum possible value and only 1 cell observed it.
Total Hits=∑k(k×number of cells with k hits)
Total Hits=(0×229)+(1×211)+(2×93)+(3×35)+(4×7)+(5×1)
Total Hits=0+211+186+105+28+5=535
-
Substitute these values back into the ML estimator formula:
λ^=NTotal Hits=576535
-
Compute the final numerical value:
λ^≈0.9288