.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
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/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/core/__init__.py
azcausal/core/data.py
azcausal/core/donors.py
azcausal/core/effect.py
azcausal/core/error.py
azcausal/core/estimator.py
azcausal/core/formating.py
azcausal/core/frame.py
azcausal/core/output.py
azcausal/core/panel.py
azcausal/core/parallelize.py
azcausal/core/regression.py
azcausal/core/result.py
azcausal/core/summary.py
azcausal/data/__init__.py
azcausal/estimators/__init__.py
azcausal/estimators/did.py
azcausal/estimators/event_study.py
azcausal/estimators/panel/__init__.py
azcausal/estimators/panel/did.py
azcausal/estimators/panel/fsdid.py
azcausal/estimators/panel/fuw.py
azcausal/estimators/panel/ratio.py
azcausal/estimators/panel/sdid.py
azcausal/estimators/panel/snn.py
azcausal/estimators/panel/vdid.py
azcausal/experimental/__init__.py
azcausal/experimental/outliers.py
azcausal/experimental/rdid.py
azcausal/experimental/rsdid.py
azcausal/experimental/snnb.py
azcausal/remote/__init__.py
azcausal/remote/client.py
azcausal/remote/job.py
azcausal/remote/serialization.py
azcausal/remote/server.py
azcausal/solvers/__init__.py
azcausal/solvers/solve_cvxpy.py
azcausal/solvers/solve_exception.py
azcausal/solvers/solve_grad.py
azcausal/solvers/solve_quad.py
azcausal/solvers/solve_scipy.py
azcausal/util/__init__.py
azcausal/util/analysis.py
azcausal/util/pgd.py
azcausal/util/solver.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/run_ipynb.py
docs/source/conf.py
docs/source/error.ipynb
docs/source/getting_started.ipynb
docs/source/index.rst
docs/source/installation.ipynb
docs/source/license.ipynb
docs/source/logo.ico
docs/source/logo.png
docs/source/logo.pptx
docs/source/parallelization.ipynb
docs/source/power.ipynb
docs/source/references.bib
docs/source/references.rst
docs/source/_static/__init__.py
docs/source/estimators/did.ipynb
docs/source/estimators/estimators.ipynb
docs/source/estimators/sdid.ipynb
docs/source/estimators/snn.ipynb
docs/source/images/sdid.png
docs/source/logo/Slide1.png
examples/__init__.py
examples/example_github.py
examples/aws/aws_flask.py
examples/aws/aws_job.py
examples/aws/aws_lambda_arn.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/example_did.py
examples/estimators/example_event_study.py
examples/estimators/example_fsdid.py
examples/estimators/example_fuw.py
examples/estimators/example_sdid.py
examples/estimators/example_snn.py
examples/tutorials/example_power.py
examples/tutorials/example_power_analysis.py
requirements/aws.txt
requirements/core.txt
requirements/fsdid.txt
requirements/licenses.py
requirements/snn.txt
requirements/snnb.txt
tests/__init__.py
tests/run_docs.py
tests/test_examples.py
tests/core/__init__.py
tests/core/test_cdata.py
tests/core/test_cdf.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_snn.py
tests/estimators/panel/test_vdid.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