I'm having trouble with an exercise about maximum likelihood estimators.
Specifically, the exercise gives me values of a protein which was found in 50 adults. We assumed that the data follow a gamma distribution:
$X \sim \Gamma(r,\lambda)= \frac {\lambda^{r}}{\Gamma(r)}x^{r-1}e^{-\lambda x} $ if $x\ge0$.
It asks me to find the maximum likelihood estimators of parameters $\lambda$ and $r$.
How can I find those parameters given that from the data I have $E(X),Var(X)$?