python-causality-handbook
python-causality-handbook copied to clipboard
Issue on page /20-Plug-and-Play-Estimators.html
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)_i*T_i$
and $Y_i * (1 - T_i )= Y(0)_i*T_i$"
Shouldnt it be:
$Y_i * (1 - T_i )= Y(0)_i*(1 - T_i)$?