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
Average Treatment Effect on the Treated (ATET):
ATET_t := E[Y_it(1) - Y_it(0) | i treated]
Quantile Treatment Effect on the Treated (QTET)
QTET_t,alpha := Q_alpha[Y_it(1) - Y_it(0) | i treated]
Distributional Treatment Effect on the Treated (DTET)
Semiparametric Counterfactual Density Estimation: paper, general slides, @ehkennedy code npcausal
Distributional Synthetic Controls (paper, R pkg DSC.r )
Forecasting methods (ArchModels.jl) can give entire predictive distribution...
Estimands:
ATET_t := E[Y_it(1) - Y_it(0) | i treated]
QTET_t,alpha := Q_alpha[Y_it(1) - Y_it(0) | i treated]
Semiparametric Counterfactual Density Estimation: paper, general slides, @ehkennedy code npcausal
Distributional Synthetic Controls (paper, R pkg DSC.r )
Forecasting methods (ArchModels.jl) can give entire predictive distribution...
Hybrid methods:
The text was updated successfully, but these errors were encountered: