Skip to content
@py-econometrics

py-econometrics

Tools for Applied Econometrics in Python

Hi there 👋

We develop tools for applied (micro-) econometrics in Python.

  • pyfixest implements fast routines for fixed effects regression (OLS, IV, Poisson) and a wide range of inference procedures (iid, HC1-3, CRV1, CRV3, randomization inference, multiple testing corrections via Bonferroni & Romano-Wolf) following the syntax of the formidable fixest R package.

  • duckreg provides a simple interface to run lossless regressions on very large datasets that do not fit in memory by first reducing the data to a set of summary statistics out-of-memory using duckdb and then running weighted least squares with frequency weights.

  • wildboottest implements multiple fast wild cluster bootstrap algorithms as developed in Roodman et al (2019) and MacKinnon, Nielsen & Webb(2022).

  • fastmatch implements fast matching estimators for causal inference that uses faiss for nearest neighbours.

  • gmm helps you minimize generalized methods of moments (GMM) objective functions.

Popular repositories Loading

  1. pyfixest pyfixest Public

    Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax

    Python 225 51

  2. duckreg duckreg Public

    Every big regression is a small regression with weights.

    Jupyter Notebook 48 5

  3. wildboottest wildboottest Public

    python module for wild cluster bootstrapping

    Python 9

  4. fastmatch fastmatch Public

    fast matching estimators for causal inference

    Python 8

  5. gmm gmm Public

    Generalized Method of Moments estimation

    Jupyter Notebook 6 2

  6. stargazer stargazer Public

    Forked from StatsReporting/stargazer

    Python implementation of the R stargazer multiple regression model creation tool

    Jupyter Notebook 3

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…