pzivich / Delicatessen

Delicatessen: the Python one-stop sandwich (variance) shop 🥪
https://deli.readthedocs.io/en/latest/index.html
MIT License
22 stars 2 forks source link

v1.4 #31

Closed pzivich closed 1 year ago

pzivich commented 1 year ago

Adding GLM estimating equations

Right now, I do not plan on checking combinations. Some combinations of links and distributions will be undefined.

I also need to consider how the extra parameters for gamma and negative binomial distributions are handled. Right now, the hyperparameters for those distributions is held fixed. This is the same behavior as statsmodels but I think we can do better here.