Explain
Intuition
Maximum Likelihood Estimation (MLE) is a method for finding the parameter () that is most likely to have generated the observed data.
For the Poisson distribution, the parameter represents the average rate at which events (like bomb hits) occur.
It makes intuitive sense that our best guess for the expected average rate is simply the empirical average—or the sample mean—of the observed counts. By summing up all the bomb hits across all cells () and dividing by the total number of cells (), we calculate the average number of hits per cell.
This result perfectly aligns with our everyday intuition of finding an average rate. Rather than a complex mathematical abstraction, the MLE for a Poisson distribution simply confirms that the most logical estimate for the "true" average is the "observed" average.