limorigu / causal-inference-handbook

Friendly introduction to causal inference
2 stars 0 forks source link

Lg updates causal effects #8

Closed limorigu closed 4 years ago

yuchen-zhu commented 4 years ago

Hey there! Here comes the reviews:

For ATE:

Given two random variables X and Y, and suppose X is intervened at two different place, say x_1 and x_2. The Average Treatment Effect(ATE) from x_1 to x_2 is defined as

ATE(x_1, x_2) = E[Y|do(X=x_2)] - E[Y|do(x_1)].

Often, X is a binary random variable, e.g. treatment or no treatment in medical trials, and in cases when this is clear, we often just write ATE to mean ATE = E[Y|do(X=1)] - E[Y|do(X=0)].

For CATE & ITE:

yuchen-zhu commented 4 years ago

For the selection bias page:

I'm happy to share this load if you want!