.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
NOTICE
README.rst
setup.py
.github/workflows/docs.yml
.github/workflows/sphinx.yml
.github/workflows/testing.yml
aws/Dockerfile
aws/compile.sh
aws/docker-compose.yml
aws/handler.py
aws/push.sh
aws/requirements.txt
azcausal/__init__.py
azcausal/util.py
azcausal/version.py
azcausal.egg-info/PKG-INFO
azcausal.egg-info/SOURCES.txt
azcausal.egg-info/dependency_links.txt
azcausal.egg-info/requires.txt
azcausal.egg-info/top_level.txt
azcausal/cloud/__init__.py
azcausal/cloud/client.py
azcausal/cloud/job.py
azcausal/cloud/serialization.py
azcausal/cloud/server.py
azcausal/core/__init__.py
azcausal/core/donors.py
azcausal/core/effect.py
azcausal/core/error.py
azcausal/core/estimator.py
azcausal/core/formating.py
azcausal/core/output.py
azcausal/core/panel.py
azcausal/core/parallelize.py
azcausal/core/plots.py
azcausal/core/result.py
azcausal/core/run.py
azcausal/core/scenario.py
azcausal/core/solver.py
azcausal/core/summary.py
azcausal/core/synth.py
azcausal/data/__init__.py
azcausal/estimators/__init__.py
azcausal/estimators/panel/__init__.py
azcausal/estimators/panel/did.py
azcausal/estimators/panel/sdid.py
azcausal/estimators/panel/snnb.py
azcausal/experimental/__init__.py
azcausal/experimental/outliers.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/run_ipynb.py
docs/source/conf.py
docs/source/getting_started.ipynb
docs/source/index.rst
docs/source/installation.ipynb
docs/source/license.rst
docs/source/_static/__init__.py
docs/source/estimators/did.ipynb
docs/source/estimators/estimators.ipynb
docs/source/estimators/sdid.ipynb
docs/source/estimators/snnb.ipynb
docs/source/images/sdid.png
docs/source/tutorials/error.ipynb
docs/source/tutorials/parallelization.ipynb
docs/source/tutorials/power.ipynb
docs/source/tutorials/tutorials.ipynb
examples/__init__.py
examples/aws/aws_flask.py
examples/aws/aws_job.py
examples/aws/aws_lambda_arn.py
examples/aws/aws_lambda_arn_csv.py
examples/aws/aws_lambda_arn_pickle.py
examples/aws/aws_lambda_arn_simple.py
examples/aws/aws_lambda_rest.py
examples/aws/aws_power_analysis.py
examples/estimators/did_event_study.py
examples/estimators/did_regressor.py
examples/estimators/did_simple.py
examples/estimators/sdid_balanced.py
examples/estimators/sdid_imbalanced.py
examples/estimators/snnb.py
examples/tutorials/power.py
examples/tutorials/power_analysis.py
requirements/aws.txt
requirements/core.txt
requirements/snnb.txt
tests/__init__.py
tests/test_examples.py
tests/core/__init__.py
tests/core/test_panel.py
tests/core/test_util.py
tests/estimators/__init__.py
tests/estimators/panel/__init__.py
tests/estimators/panel/test_did.py
tests/estimators/panel/test_sdid.py
tests/estimators/panel/test_snnb.py
tests/estimators/panel/sdid/__init__.py
tests/estimators/panel/sdid/custom.r
tests/estimators/panel/sdid/r_sdid.py
tests/estimators/panel/sdid/correct/bootstrap.pkl
tests/estimators/panel/sdid/correct/placebo.pkl
tests/estimators/panel/sdid/correct/synthdid.pkl