matheusfacure / python-causality-handbook

Causal Inference for the Brave and True. A light-hearted yet rigorous approach to learning about impact estimation and causality.
https://matheusfacure.github.io/python-causality-handbook/landing-page.html
MIT License
2.74k stars 475 forks source link

Issue on page /20-Plug-and-Play-Estimators.html #181

Closed JinwooMcLee closed 2 years ago

JinwooMcLee commented 2 years ago

In target transformation part,

I think the equation of

should be

Y_i*T_i = Y(1)_{i}*T_i \text{ and } Y_i*(1-T_i) = Y(0)_{i}*(1-T_i)

Thanks!

matheusfacure commented 2 years ago

Nice catch! Thanks!