Assume $ X_1, X_2,... X_N$ are IID Gamma($r$ , $ \lambda$). Where r is constant. Find the posterior mean estimator of $\lambda$ for the $ \Gamma(l,k)$ prior.
So I know I need to find
$E[\lambda|X] = \lambda *\Pi(\lambda|X) d\lambda)$
I believe that $\Pi(\lambda|X) = (\Pi(\lambda))*F(X|\lambda))/m(x))$
And $f(x|\lambda)= \frac{(\lambda)^r}{\Gamma(r)}*x^{r-1}*e^{-\lambda*x} $ and $\Pi(\lambda)= \frac{\lambda^{L-1}*k^L*e^{-k\lambda}}{\Gamma(L)}$
I then tried to plug this back into the above formula hoping I would get some conjugate prior but with little to no luck. I'm still not convinced my setup is right as well however and any help would be appreciated!