py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/pyfixest.html
MIT License
118 stars 27 forks source link

Fepois: Support for Regression Weights #455

Open s3alfisc opened 1 month ago

s3alfisc commented 1 month ago

Context

Currently, Poisson regression does not support regression weights, mostly because I have not thought through the statistics of regression weights for iterated weighted least squares algorithms.

To do