• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

GLMs

G

George88

Member
On page 12 of the GLM chapter the structure in matrix form is given as

Y = inverse link (XBEta + error)+error which makes sense.

Then on page 21 on matrix inversion the inverse link function is removed because we are considering an inverse normal with identity link, which makes sense. Then I can follow all the hat matrix stuff from there.

It is detailed that when more complex link functions used we have to use Newton raphson.

So is calculating the estimates using hat matrix directly only appropriate for identity link? What happened to all the maximum likelihood stuff from ct6? That seemed much more flexible
 
You're quite right George, it would be lovely to use MLE's to arrive at an answer directly.

The problem is, we can't solve these other cases algebraically. Instead we have to use the Newton Raphson method, and repeat this iteratively until we arrive at solution with the required degree of accuracy.
 
Thanks. Is that because we would end up with too many simultaneous equations to solve?
 
No, it's because the MLE's cannot be obtained in closed form.

Why not try it? Have a go at finding the MLE's for the parameters of the gamma distribution. You'll end up doing lots of maths, but you'll never be able to solve the partial differential equations.
 
There is a closed form solution for a re-parameterised formula though?
 
Hmm. Having consulted wikipedia I must be thinking of something else. *scratches head, wanders off*
 
Back
Top