EasyDeepLearn

GLM: link function and exponential family — connection.

hard

Answer

  • GLM: Y ~ exponential family with mean μ  =  E[Y    X]{\mu}\; = \;E[Y\; \mid \;X], and link g(μ) = x'β.
  • Canonical links: Gaussian → identity, Bernoulli → logit, Poisson → log, Gamma → inverse.
  • Fit by IRLS (iteratively re-weighted least squares).
  • Advantages over OLS: handles counts, proportions, positive-only outcomes; correct variance structure baked in.
  • Foundation of Poisson regression, logistic regression, gamma regression.
Check yourself — multiple choice
  • Only linear
  • Y ~ exp-family with mean μ, link g(μ) = x'β; canonical: Gaussian-id / Bernoulli-logit / Poisson-log / Gamma-inv; fit via IRLS
  • Same as OLS
  • Requires normality

GLM: exp-family + link g(μ)=x'β; canonical links; IRLS fitting.

#regression#glm

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions