allentran / long-term-ate-orl

Code for "Inferring the Long-Term Causal Effects of Long-Term Treatments from Short-Term Experiments"

Home Page:https://arxiv.org/abs/2311.08527

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code for "Inferring the Long-Term Causal Effects of Long-Term Treatments from Short-Term Experiments"

The following code generates the simulated data and the figure below

Alternative text

Install dependencies

python3.10 -m pip install -r requirements.txt

Run main script to run the Monte Carlo simulations

python3.10 example.py

Run figures.py to generate figures (use a notebook or add a line to save the figure)

About

Code for "Inferring the Long-Term Causal Effects of Long-Term Treatments from Short-Term Experiments"

https://arxiv.org/abs/2311.08527

License:MIT License


Languages

Language:Python 100.0%