Assuming I have a Gamma distributed random Variable $x \sim Gamma( \alpha, \beta )$. Now I like to have the following two expectation values (integrals):
- $E \left[ x \ln x \right]$
- $E \left[ \ln \Gamma \left( x \right) \right]$ with $\Gamma \left( x \right)$ being the Gamma function
Many thanks in advance
1. E(XlnX)=(formula of expectation, group x) =E(lnY) with Y~gamma(alpha+1,beta)
E(lnY)=ψ(alpha+1)-ln(beta) where ψ(k) is the digamma function.