I tried reading Wedderburn (1974) http://matt-wand.utsacademics.info/webStatSem/Wedderburn.pdf but I'm not wrapping my head around exactly what quasi-likelihood model is, in particular with generalized estimating equations. I understand that GEE extends GLM, but what is it about GEE that makes it quasi-like?
Asked
Active
Viewed 204 times
2

Richard Hardy
- 54,375
- 10
- 95
- 219

EJ16
- 135
- 6
-
2Real likelihoods are the same as joint densities. You usually get those by assuming independence, and just multiplying a bunch of marginal distributions together. You call this a likelihood and maximize it by picking good parameters. Estimating equations do not assume any specific probability distribution. Rather, they just behave like (log-)likelihoods do. That's why it's "quasi" – Taylor Apr 12 '17 at 04:34