diff --git a/causal-inference-for-the-brave-and-true/20-Plug-and-Play-Estimators.ipynb b/causal-inference-for-the-brave-and-true/20-Plug-and-Play-Estimators.ipynb index 1dcd4f7..7e356bc 100644 --- a/causal-inference-for-the-brave-and-true/20-Plug-and-Play-Estimators.ipynb +++ b/causal-inference-for-the-brave-and-true/20-Plug-and-Play-Estimators.ipynb @@ -105,7 +105,7 @@ "Also, we know that\n", "\n", "$\n", - "Y_i*T_i = Y(1)_i*T_i \\text{ and } Y_i*(1-T_i) = Y(0)_i*T_i\n", + "Y_i*T_i = Y(1)_i*T_i \\text{ and } Y_i*(1-T_i) = Y(0)_i*(1-T_i)\n", "$\n", "\n", "because the treatment is what materializes one or the other potential outcomes. With that in mind, let's take the expected value of $Y^*_i$ and see what we end up with. \n",