Python tools to perform causal inference using observational data when the treatment of interest is continuous.
The Antikythera mechanism, an ancient analog computer, with lots of beautiful curves.
There are many implemented methods to perform causal inference when your intervention of interest is binary, but few methods exist to handle continuous treatments.
This is unfortunate because there are many scenarios (in industry and research) where these methods would be useful. For example, when you would like to:
- Estimate the causal response to increasing or decreasing the price of a product across a wide range.
- Understand how the number of hours per week of aerobic exercise causes positive health outcomes.
- Estimate how decreasing order wait time will impact customer satisfaction, after controlling for confounding effects.
- Estimate how changing neighborhood income inequality (Gini index) could be causally related to neighborhood crime rate.
This library attempts to address this gap, providing tools to estimate causal curves (AKA causal dose-response curves).
pip install causal-curve
Documentation is available at readthedocs.org
Your help is absolutely welcome! Please do reach out or create a feature branch!
Galagate, D. Causal Inference with a Continuous Treatment and Outcome: Alternative Estimators for Parametric Dose-Response function with Applications. PhD thesis, 2016.
Moodie E and Stephens DA. Estimation of dose–response functions for longitudinal data using the generalised propensity score. In: Statistical Methods in Medical Research 21(2), 2010, pp.149–166.
Hirano K and Imbens GW. The propensity score with continuous treatments. In: Gelman A and Meng XL (eds) Applied bayesian modeling and causal inference from incomplete-data perspectives. Oxford, UK: Wiley, 2004, pp.73–84.