Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Changes to the expected value Calculation #18

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
4 changes: 2 additions & 2 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ labelling (treatment, outcome) pairs as follows:
.. image:: ./img/transformed_outcome_small.png
:align: center

The beauty of this transformation is that, in expectation,
The beauty of this transformation is that, in expectation (Using Law of Total Expectation),

.. math:: E[Y^{*}] = P(Y | W=1) - P(Y | W=0),
.. math:: E[Y^{*}] = P(Y =1 | W=1) - P(Y =1 | W=0),

or uplift. Any algorithm trained to predict :math:`Y^{*}`, then, gives a
prediction of uplift.
Expand Down