Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Logistic, linear and probit regression can be written in terms of Generalized Linear Model (GLM). Can the multinomial logit regression be written in terms of GLM as well?

share|improve this question

1 Answer

If, by multinomial logit regression, you mean a model such that $$ P(y=k|x) = \dfrac{e^{\alpha_k^\text{T}x}}{\sum_j e^{\alpha_j^\text{T}x}} $$ the answer is yes if we follow the definition of GLMs given by MacCullagh and Nelder:

  1. the distribution conditional on $x$ is from an exponential family
  2. the parameters of the exponential family depend on $x$ through a linear combination $$ (\alpha_1,\ldots,\alpha_k)^\text{T} x $$
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.