.gitignore
.mega-linter.yaml
.pylintrc
.readthedocs.yaml
LICENSE
README.md
codecov.yml
pyproject.toml
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci-tests.yaml
.github/workflows/lint-format.yaml
.github/workflows/publish-to-pypi.yaml
causal_testing/__init__.py
causal_testing/data_collection/__init__.py
causal_testing/data_collection/data_collector.py
causal_testing/generation/__init__.py
causal_testing/generation/abstract_causal_test_case.py
causal_testing/json_front/__init__.py
causal_testing/json_front/json_class.py
causal_testing/specification/__init__.py
causal_testing/specification/causal_dag.py
causal_testing/specification/causal_specification.py
causal_testing/specification/metamorphic_relation.py
causal_testing/specification/scenario.py
causal_testing/specification/variable.py
causal_testing/testing/__init__.py
causal_testing/testing/base_test_case.py
causal_testing/testing/causal_test_case.py
causal_testing/testing/causal_test_engine.py
causal_testing/testing/causal_test_outcome.py
causal_testing/testing/causal_test_result.py
causal_testing/testing/causal_test_suite.py
causal_testing/testing/effect.py
causal_testing/testing/estimators.py
causal_testing/testing/intervention.py
causal_testing/testing/validation.py
causal_testing_framework.egg-info/PKG-INFO
causal_testing_framework.egg-info/SOURCES.txt
causal_testing_framework.egg-info/dependency_links.txt
causal_testing_framework.egg-info/requires.txt
causal_testing_framework.egg-info/top_level.txt
docs/Makefile
docs/README.md
docs/make.bat
docs/source/conf.py
docs/source/description.rst
docs/source/glossary.md
docs/source/index.rst
docs/source/installation.rst
docs/source/requirements.txt
docs/source/usage.rst
docs/source/frontends/json_front_end.rst
docs/source/frontends/test_suite.rst
docs/source/images/workflow.png
docs/source/modules/causal_specification.rst
docs/source/modules/causal_tests.rst
docs/source/modules/data_collector.rst
examples/.gitignore
examples/covasim_/doubling_beta/README.md
examples/covasim_/doubling_beta/dag.dot
examples/covasim_/doubling_beta/dag.png
examples/covasim_/doubling_beta/example_beta.py
examples/covasim_/doubling_beta/data/10k_observational_data.csv
examples/covasim_/vaccinating_elderly/README.md
examples/covasim_/vaccinating_elderly/dag.dot
examples/covasim_/vaccinating_elderly/dag.png
examples/covasim_/vaccinating_elderly/example_vaccine.py
examples/lr91/README.md
examples/lr91/dag.dot
examples/lr91/dag.png
examples/lr91/example_max_conductances.py
examples/lr91/example_max_conductances_test_suite.py
examples/lr91/data/normalised_results.csv
examples/lr91/data/results.csv
examples/poisson/README.md
examples/poisson/causal_tests.json
examples/poisson/dag.dot
examples/poisson/data.csv
examples/poisson/example_run_causal_tests.py
examples/poisson-line-process/.gitignore
examples/poisson-line-process/README.md
examples/poisson-line-process/dag.dot
examples/poisson-line-process/dag.png
examples/poisson-line-process/example_poisson_process.py
examples/poisson-line-process/data/random/data_random_1000.csv
examples/poisson-line-process/data/smt_100/data_smt_wh10_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh1_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh2_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh3_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh4_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh5_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh6_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh7_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh8_100.csv
examples/poisson-line-process/data/smt_100/data_smt_wh9_100.csv
images/workflow.png
tests/__init__.py
tests/test_helpers.py
tests/data/nhefs.csv
tests/data_collection_tests/test_observational_data_collector.py
tests/generation_tests/test_abstract_test_case.py
tests/json_front_tests/test_json_class.py
tests/resources/data/dag.dot
tests/resources/data/data.csv
tests/resources/data/data_with_meta.csv
tests/resources/data/tests.json
tests/specification_tests/test_causal_dag.py
tests/specification_tests/test_metamorphic_relations.py
tests/specification_tests/test_variable.py
tests/testing_tests/test_causal_test_case.py
tests/testing_tests/test_causal_test_engine.py
tests/testing_tests/test_causal_test_outcome.py
tests/testing_tests/test_causal_test_suite.py
tests/testing_tests/test_estimators.py