How can I differentiate a Poisson distribution to find the maximum that way?

1.1k Views Asked by At

I want to find the maximum to a Poisson distribution using calculus. How can I do this? I want to do this algebraically.

3

There are 3 best solutions below

1
On

The Poisson distribution is only defined for $k\in\mathbb{N}$ and therefore can't be differentiated.

1
On

One way to show the maximum is using the following method: $\sum_{x=0}^{\infty}e^{−µ}\frac{µ^x}{x!}$ = $e^{−µ}\sum_{x=0}^{\infty}\frac{µ^x}{x!}$ = $e^µe^{-µ}$ = 1

0
On

Hint: The ratio of two consecutive Poisson probabilities is $\frac{p_{n+1}}{p_n}=\frac{e^{-\mu}\mu^{n+1}/(n+1)!}{e^{-\mu}\mu^{n}/n!}=\frac{\mu}{n+1}$. For what $n$ is this ratio greater/less than one?