Skip to content

Update Chapter 20 binary case target transformation typo in formula #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down