Can someone explain what is generalized linear model? Examples?

kulimer
Messages
9
Reaction score
0
What exactly is generalized linear model?

I understand you have to use the link function.

Wikipedia says: "The link function provides the relationship between the linear predictor and the mean of the distribution function."
So, what is this RELATIONSHIP?

Maybe someone can provide an intuition and example?

Here I have:
g(p) = log(p/(1-p))
 
Last edited:
Physics news on Phys.org
Hi kulimer,

the idea of the link function is that it transforms the linear predictor so that the mean value of the dependent variable is equal to it, namely \mathbb{E}[Y] = g^{-1}(X\beta), where X, \beta are the regressor and parameter, respectively.

Let's have the ordinary linear regression. Then, the link function is just an identity, g(x) = x. You get the well-known Y = X\beta.

However, there are dependent variables Y which have some constraints. E.g., Y can be dichotomous, taking values \{0, 1\}. Then the ordinary linear regression will not work and you need to exploit some suitable transformation. And that's what the link function does. By choosing
<br /> g(p) = \log \frac{p}{1-p},<br />
you get the logistic regression with a logistic (aka sigmoid) function whose range is in [0, 1], intersecting 0.5 at p=0. So it "models probability" of p being 1.
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top