I am trying to find the lambda parameter for a dataset by MLE. This seems rather easy as described here http://en.wikipedia.org/wiki/Poisson_distribution
My problem is that I am trying to fit data that does not correspond easily with the low values of k employed by those examples. Specifically, my data is a distribution of cost estimates for a project (usually in the thousands) that I would like to fit to a poisson distribution.
Question: How do I "normalize" or "scale" my data so I can estimate the Lambda parameter, which I would expect to be somewhere around 3-5?
I hope I am not completely off with this question, should be possible, shouldn't it?
Thanks for your comments.