.gitignore
CONTRIBUTING.md
README.md
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/format.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/unittest.yml
CausalEstimate/__init__.py
CausalEstimate/_version.py
CausalEstimate.egg-info/PKG-INFO
CausalEstimate.egg-info/SOURCES.txt
CausalEstimate.egg-info/dependency_links.txt
CausalEstimate.egg-info/requires.txt
CausalEstimate.egg-info/top_level.txt
CausalEstimate/core/bootstrap.py
CausalEstimate/core/logging.py
CausalEstimate/core/multi_estimator.py
CausalEstimate/datasets/__init__.py
CausalEstimate/datasets/binary.py
CausalEstimate/estimators/__init__.py
CausalEstimate/estimators/aipw.py
CausalEstimate/estimators/base.py
CausalEstimate/estimators/ipw.py
CausalEstimate/estimators/matching.py
CausalEstimate/estimators/tmle.py
CausalEstimate/estimators/functional/aipw.py
CausalEstimate/estimators/functional/ipw.py
CausalEstimate/estimators/functional/matching.py
CausalEstimate/estimators/functional/tmle.py
CausalEstimate/estimators/functional/tmle_att.py
CausalEstimate/estimators/functional/utils.py
CausalEstimate/filter/filter.py
CausalEstimate/filter/propensity.py
CausalEstimate/matching/assignment.py
CausalEstimate/matching/distance.py
CausalEstimate/matching/helpers.py
CausalEstimate/matching/matching.py
CausalEstimate/simulation/binary_simulation.py
CausalEstimate/stats/stats.py
CausalEstimate/stats/utils.py
CausalEstimate/utils/checks.py
CausalEstimate/utils/constants.py
CausalEstimate/utils/extract.py
CausalEstimate/utils/logging.py
CausalEstimate/utils/utils.py
CausalEstimate/vis/__init__.py
CausalEstimate/vis/plotting.py
examples/plot_examples.ipynb
examples/figures/propensity_score_distribution.png
tests/__init__.py
tests/helpers/__init__.py
tests/helpers/setup.py
tests/test_core/__init__.py
tests/test_core/test_bootstrap.py
tests/test_core/test_datasets.py
tests/test_core/test_estimator.py
tests/test_estimators/__init__.py
tests/test_estimators/test_aipw.py
tests/test_estimators/test_ipw.py
tests/test_estimators/test_matching.py
tests/test_estimators/test_tmle.py
tests/test_filter/__init__.py
tests/test_filter/test_propensity.py
tests/test_functional/__init__.py
tests/test_functional/test_aipw.py
tests/test_functional/test_ipw.py
tests/test_functional/test_matching.py
tests/test_functional/test_tmle.py
tests/test_matching/__init__.py
tests/test_matching/test_matching.py
tests/test_simulation/__init__.py
tests/test_simulation/test_binary_simulation.py
tests/test_stats/__init__.py
tests/test_stats/test_stats.py
tests/test_stats/test_utils.py
tests/test_utils/__init__.py
tests/test_utils/test_utils.py
tests/test_vis/__init__.py
tests/test_vis/test_plotting.py