• 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.

Generalized Linear Models (GLMs) - linear in the parameters

S

suresh bishnoi

Member
Generalized Linear Models (GLMs) may be nonlinear function of explanatory variables. Even though we use word "Linear" on the ground that explanatory variable are linear in the parameters. In other words because the covariates affect the distribution of response variable only through linear combination of explanatory variables in terms of regression parameters in creating the so called linear predictor.

I did not understand the meaning of linear in the parameters or linear combination of explanatory variables in terms of regression parameters.


 
Let's say you're estimating claim frequency using a very simple model with two parameters, alpha and beta. The following models are all linear in the parameters alpha and beta:

\(y = \alpha x + \beta\)
\(y = \alpha x^2 + \beta\)
\(y = \alpha log x + \beta\)

But the following models are NOT linear in the parameters:

\(y = \alpha^2 x + \beta\)
\(y = x log \alpha + \beta\)

In other words it's the parameters that need to be linear, even though the x needn't be.

"Explanatory variables" are the things that affect the estimated claim frequency, eg age, gender, etc. The explanatory variable in the model above is x.
 
Thanks but still have little doubt regarding the fact that can we use word linear in such a way. I though word linear can be used only for function which can be plotted as straight line. sorry if it very basic question. Once again thank for detail reply.
 
Back
Top