1/20
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Variance (Linear Transformation)
Var = RT Vβ R
Variance (Nonlinear Transformation)
∇r(β)T Vβ ∇r(β)
Nonlinear Function MVT
r(β^) = r(β) + ∇r(β~)(β^ - β)
Bootstrap Mean, Var, SE
Mean: θ-hat* = 1/B Σ(b=1 to B) θ^*b
Var: V^θboot = 1/B Σ(b=1 to B) n(θ^*b - θ-hat*)(θ^*b - θ-hat*)T
SE: s.e.^boot = √V^θboot / √n
Single Index Model CEF (General)
P(Y = 1 | X) = G(XTβ)
Single-Index Model + MLE (General)
Pi = G(XTβ)Yi [1 - G(XTβ)]1-Yi
L(β) = Σ(i=1 to n) [Yilog(G(XiTβ)) + (1-Yi)log(1-G(XiTβ))]
Individual Marginal Effects (Single-Index)
g(XTβ)β
Average Marginal Contrast
AMC^ = 1/nΣ(i=1 to n)g(XiTβ^)β^
Average Treatment Effect
E[Y(1) - Y(0)]
Average Treatment Effect on the Treated
E[Y(1) - Y(0) | D=1]
Unconfoundedness
(Y(1), Y(0)) ⊥⊥ D | X
Once you group people by their observable characteristics, their potential outcomes are completely independent of whether they actually got treated (D=1). As good as random assignment after conditioning.
Overlap
0 < P(D=1 | X=x) < 1
For all X, there must be some probability of getting the treatment, and some probability of not getting it.
ATT (Regression Adjustment)
ATT = E[Y|D=1] - E[XT | D=1]β0
ATT^ = Y-barD=1 - X-barD=1β^0
β0: from estimating a regression of Y on X using only the untreated.
ATE (Regression Adjustment)
ATE = E[E[Y | X, D=1] - E[Y|X, D=0]]
ATE^ = 1/n Σ (i=1 to n) (XiTβ1^ - XiTβ0^)
Regression Adjustment (def)
Drawing a regression line through the people who didn't get treated, and using that line to guess what would have happened to the treated people if they never took the treatment. Mathematically, subtract the regression predictions from actual treated outcomes.
IPW (def)
Giving bigger weights to the untreated people who have all the characteristics of someone who should have been treated (vice versa for ATE), so the untreated group acts as a perfect clone of your treated group. Mathematically, weigh people by taking the inverse of the propensity score.
AIPW (def)
A "doubly robust" method that combines both regression and propensity score models, remaining accurate as long as at least one of those models is correctly specified.
ATT (IPW)
ATT = E[(D(1/π) - (1-D)(p(X)/π(1-p(X)))Y]
ATT^ = 1/n Σ (i=1 to n) (Di(1/π) - (1-Di)(p(Xi)/π(1-p(Xi)))Yi
ATE (IPW)
ATE = E[(D(1/p(X)) - (1-D)(1/1-p(X))Y]
ATE^ = 1/n Σ (i=1 to n) (Di(1/p(Xi)) - (1-Di)(1/1-p(Xi))Yi
ATT (AIPW)
ATT = E[(D(1/π) - (1-D)(p(x)/π(1-p(x)))) (Y - E[Y|X, D=0])
ATT^ = 1/n Σ (i=1 to n) Di(1/π^) - (1-Di)(p^(x)/π^(1-p^(x)))) (Y - E[Y|X, D=0])
ATE (AIPW)
ATE = E[(E[Y|X,D=1] - E[Y|X,D=0]) + D/p(x)(Y - E[Y|X,D=1]) - 1-D/1-p(x)(Y - E[Y|X,D=0])