If I know only that the arrival process is Poisson, and I observe it for a pre-chosen (say, unit) period of time, observing $k$ arrivals, is it meaningful to describe an estimate of its time parameter from the observation as (A) maximum-likelihood, (B) minimum-variance, or (C) unbiased if $k$ is very small? If $k$ is very large, then something like $1/k$ would be a pretty plausible estimate by any criterion. For moderate values of $k$, I guess that the answer is still positive, although more complicated. But I am interested in the case when $k=2$ or even $k=1$.
|
|
Unfortunately, the maximum likelihood estimate of the rate parameter for a Poisson process that's sampled over a predetermined interval $T$ does not have a finite mean (or higher moments). This is because there's a nonzero probability of seeing no arrivals ($k=0$) in $T$, leading to an estimate of $T/0$. We can fix that problem in any number of ways, an obvious one being to use $\max\{k, c\}$ instead of $k$ where $c$ is some constant such as 1/2. The estimate is no longer maximum likelihood, nor is it unbiased, but at least it has moments of all order, and it is consistent. Also unfortunately, we can't really describe an estimator as "unbiased given $k=1$", as after we've observed the data, there's no randomness left (since $T$ is fixed also.) |
|||
|
|
|
Do you really need the maximum likelihood estimate? Can you get away with the Bayesian estimator of the intensity of the Poisson process? For $k$ observed events in a period of length $T$, the likelihood over the intensity is gamma-distributed with shape $k$ and rate $T$. This is correct even if $k$ is one or zero (although you might want to introduce a gamma-distributed prior). |
|||
|
|
|
For sample data the appropriateness of the method does not depend on the sample size but the accuracy of the estimate does. Similarly for count data the method of estimating the rate parameter of the Poisson does not depend on the number of events but the accuracy of the estimate does. |
||||
|
|