A Logistic Regression Interpretation

Ma Xie Er
Messages
12
Reaction score
0
I was trying to find an easy interpretation of the predicted probabilities of a logistic regression model, when one of my coworkers claimed that the logistic regression model is a likelihood.

Now, I know that maximum likelihood estimation is used to estimate the parameters, but I didn't think of the model as a likelihood.

The model is E(Y|X)_hat = exp(XBeta_hat)/(1+exp(XBeta_hat)).

Is the above function a likelihood function?
 
Last edited:
Physics news on Phys.org
Ma Xie Er said:
I was trying to find an easy interpretation of the predicted probabilities of a logistic regression model, when one of my coworkers claimed that the logistic regression model is a likelihood.

Now, I know that maximum likelihood estimation is used to estimate the parameters, but I didn't think of the model as a likelihood.

The model is E(Y|X)_hat = exp(XBeta_hat)/(1+exp(XBeta_hat)).

Is the above function a likelihood function?

I'm going to answer my own question. No, the predicted probability is not a likelihood.

The likelihood is the probability density function, as a function of the data. That is L(p|y) = f(y|p), for a fixed y. The likelihood is telling you how likely p is for a specific value of p, given the data y.

Since the predicted probability does not include all the data (it doesn't include y), you cannot conclude it is a likelihood.
 
Last edited:
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...
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...
Back
Top