LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
causalfe/__init__.py
causalfe.egg-info/PKG-INFO
causalfe.egg-info/SOURCES.txt
causalfe.egg-info/dependency_links.txt
causalfe.egg-info/requires.txt
causalfe.egg-info/top_level.txt
causalfe/did/__init__.py
causalfe/did/staggered.py
causalfe/forest/__init__.py
causalfe/forest/cffe_forest.py
causalfe/forest/residuals.py
causalfe/forest/splitting.py
causalfe/forest/tree.py
causalfe/inference/__init__.py
causalfe/inference/cluster_robust.py
causalfe/inference/half_sample.py
causalfe/simulations/__init__.py
causalfe/simulations/did_dgp.py
causalfe/utils/__init__.py
causalfe/utils/checks.py
causalfe/utils/validation.py
test/test_cffe_forest.py
test/test_inference.py
test/test_placebo.py