Say we have the following regression model: $$Y_i = \alpha + \beta(x_i - \mathrm{mean}(x)) + R_i$$
where $R_1,\ldots,R_{20} \sim G(0, \sigma)$
If we have $\mu(x) = \alpha + \beta(x - \mathrm{mean}(x))$, how do I go about finding the MLE of $\mu(5)$?
I have a given data set with some calculations done for me, but not sure how to approach this?
https://instruct1.cit.cornell.edu/courses/econ620/reviewm5.pdf
Look at the document above and search for "functional invariance". If the MLE for $\alpha$ is $\hat\alpha$ then the MLE for $\cos\alpha$ is $\cos\hat\alpha$, and so on. So if $\hat\alpha$ and $\hat\beta$ are the respective MLEs of $\alpha$ and $\beta$, then $8\hat\alpha+6\hat\beta$ is the MLE for $8\alpha+6\beta$, etc. That's the sort of function you have here.
Here's another source: http://books.google.com/books?id=5OLlwXg6r9kC&pg=PA487&dq=functional+invariance+of+mle&hl=en&sa=X&ei=Zt3sT5ryFITiqgGQ_KGeAg&ved=0CFsQ6AEwBw#v=onepage&q=functional%20invariance%20of%20mle&f=false
This property of MLEs is quite easy to prove. You don't need calculus; you just need to know definitions of things like "increasing function" and "maximum".