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?
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.
|
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:
|
|||
|
|