Causal Inference Collection in Python
Note
causalinf is a module for causal inference in Python. It provides a set of submodules with implementation of different methods for causal inference. They include:
- Graphical Causal Models (GCM)
- Structural Causal Models (SCM)
- Causal Bayesian Networds (CBN)
- Selection on Observables (SoO)
- Difference-in-Differences (DiD)
- Instrumental Variables (IV)
- Regression Discontinuity (RD)
- Mediation analysis (MA)
- Matching Methods (MM)
For each method, these functionalities are provided:
- Assessment of the plausibility of causal identification assumptions
- Estimation and inference of the causal effects
- Reporting the summary results (text, LaTeX, etc.)
- Conducting sensitivity analysis