.gitignore
CITATION.cff
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
requirements.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.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/scm_file_list.json
CausalEstimate.egg-info/scm_version.json
CausalEstimate.egg-info/top_level.txt
CausalEstimate/core/__init__.py
CausalEstimate/core/bootstrap.py
CausalEstimate/core/logging.py
CausalEstimate/core/multi_estimator.py
CausalEstimate/datasets/__init__.py
CausalEstimate/datasets/binary.py
CausalEstimate/diagnostics/__init__.py
CausalEstimate/diagnostics/balance.py
CausalEstimate/diagnostics/positivity.py
CausalEstimate/diagnostics/utils.py
CausalEstimate/diagnostics/weights.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/__init__.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/estimators/functional/variance.py
CausalEstimate/filter/__init__.py
CausalEstimate/filter/filter.py
CausalEstimate/filter/propensity.py
CausalEstimate/matching/__init__.py
CausalEstimate/matching/assignment.py
CausalEstimate/matching/distance.py
CausalEstimate/matching/helpers.py
CausalEstimate/matching/matching.py
CausalEstimate/simulation/__init__.py
CausalEstimate/simulation/binary_simulation.py
CausalEstimate/stats/__init__.py
CausalEstimate/stats/stats.py
CausalEstimate/stats/utils.py
CausalEstimate/utils/__init__.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
docs/getting-started.md
docs/index.md
docs/api/diagnostics.md
docs/api/estimators.md
docs/api/filtering.md
docs/api/matching.md
docs/api/plotting.md
docs/user-guide/diagnostics.md
docs/user-guide/estimators.md
docs/user-guide/matching.md
docs/user-guide/multi-estimator.md
docs/user-guide/plotting.md
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_diagnostics/__init__.py
tests/test_diagnostics/test_balance.py
tests/test_diagnostics/test_positivity.py
tests/test_diagnostics/test_weights.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_ipw_clipping.py
tests/test_functional/test_matching.py
tests/test_functional/test_tmle_clipping.py
tests/test_functional/test_utils.py
tests/test_functional/test_tmle/__init__.py
tests/test_functional/test_tmle/test_basic.py
tests/test_functional/test_tmle/test_coverage.py
tests/test_functional/test_tmle/test_fluctuation.py
tests/test_functional/test_tmle/test_misspecification.py
tests/test_functional/test_tmle/test_robustness.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