Posterior Distribution with prior standard exponential (mean 1) and data distribution of poisson

1k Views Asked by At

So I have the likelihood being:

$\prod^{n}_{i=1}(\frac{\lambda^{x}e^{-\lambda}}{x!})$

which is proportional to

$\lambda^{\sum_{i=1}^{n}x_{i}}e^{-n\lambda}$

The prior is standard exponential $e^{-\lambda}$

So the posterior is

$\lambda^{\sum_{i=1}^{n}x_{i}}e^{-\lambda(n+1)}$

So then would it be a gamma with parameters $\sum_{i=1}^{n}+1$ and $n+1$

1

There are 1 best solutions below

0
On

Yes (I assume you mean $1+\sum_{i=1}^nx_i$). The exponential distribution is a special case of the Gamma distribution, so have a look here, plug in your values and you'll see that you have the right thing.