python-causality-handbook
python-causality-handbook copied to clipboard
Update Chapter 20 binary case target transformation typo in formula
I believe there is a typo in one of the formulas for the binary treatment target transformation, where
$Y_i*(1-T_i) = Y(0)_i*T_i$
should be
$Y_i*(1-T_i) = Y(0)_i*(1-T_i)$
Later in the demo, the correct form of the formula is used.