nilshg / SynthControl.jl

Synthetic control methods in Julia
MIT License
35 stars 4 forks source link

Classic SCM with covariates #29

Open nilshg opened 2 years ago

nilshg commented 2 years ago

This is the "original" version of synthetic controls, as described in Abadie, Diamond, Hainmueller (2010)

This should be something like ADHSCM(x::{SingleUnitTreatment, ContinuousTreatment}) at least initially, as the paper only deals with this case. It will probably require changes to TreatmentPanels to specify covariates in the panel.