Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Estimands & hybrid methods #17

Open
1 of 6 tasks
azev77 opened this issue Feb 25, 2021 · 0 comments
Open
1 of 6 tasks

Estimands & hybrid methods #17

azev77 opened this issue Feb 25, 2021 · 0 comments

Comments

@azev77
Copy link
Contributor

azev77 commented Feb 25, 2021

Estimands:

  • 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...

Hybrid methods:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant