-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial commit * method for step halfing * cleanups and replace Stamann eta update; works now without fixed effects * Logit without fixed effects works * add probit class * delete Fepois * type hints * type hints * rename to get_fit * add some tests * add gaussian, fix crit bug * no coefficient crit * more tests * test run N = 100 * inherit from Feols, add predict method * vcov reorg * add depvar checks * update weights * gaussian gives identical results * gaussian works except iid * fix irls_weights, add to tests * update tests * test cleanup * iid hetero match * work with scores vor crv1 * crv1 inference passes for glms * error when glms with fixed effects * dones test scores for gaussian vs fixest * mention GLMs in quickstart * mention GLMs in quickstart * add bug in bread for IV * custom iid method for poisson * compare deviance in tests * fix probit deviance -> no more convergence problems * avg_slopes to docs * pyarrow to docs dependencies * fix error in docs * update changelog * another docs bug * adress Juan's comments * udate readmes * update lock file * align pyproject toml and lock with main * update lock file * small cleanups * merge with master * enable context for glms * enforce formulaic < 1.1.0 * add pyarrow to docs deps, required by marginaleffects
- Loading branch information
Showing
22 changed files
with
3,665 additions
and
2,049 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.