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.56k stars 444 forks source link

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

Open judyzhang1991 opened 6 months ago

judyzhang1991 commented 6 months ago

In the section 20-Plug-and-Play Estimators under the part "Target Transformation", you have the following:

"Also, we know that $Y_i T_i = Y(1)_iT_i$

and $Y_i (1 - T_i )= Y(0)_iT_i$"

Shouldnt it be:

$Y_i (1 - T_i )= Y(0)_i(1 - T_i)$?