You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pysynthdid : Synthetic difference in differences for Python
What is Synthetic difference in differences:
original paper:
Arkhangelsky, Dmitry, et al. Synthetic difference in differences. No. w25532. National Bureau of Economic Research, 2019. https://www.nber.org/papers/w25532
This is a reproduction experiment note of the original paper, using a famous dataset (CaliforniaSmoking).
OtherOmegaEstimationMethods.ipynb
This note is a different take on the estimation method for parameter omega (& zeta ). As a result, it confirms the robustness of the estimation method in the original paper.
ScaleTesting_of_DonorPools.ipynb
In this note, we will check how the estimation results change with changes in the scale of the donor pool features.
Adding donor pools with extremely different scales (e.g., 10x) can have a significant impact (bias) on the estimates.
If different scales are mixed, as is usually the case in traditional regression, preprocessing such as logarithmic transformation is likely to be necessary
Discussions and PR:
This module is still under development.
If you have any questions or comments, please feel free to use issues.