Average Treatment Effect ATE
Tags: #machine learning #causual inferenceEquation
Latex Code
1 | \text{ATE}:=\mathbb{E}[Y(1)-Y(0)] |
Have Fun
Let's Vote for the Most Difficult Equation!
Introduction
Equation
Latex Code
1 | \text{ATE}:=\mathbb{E}[Y(1)-Y(0)] |
Explanation
Average Treatment Effect(ATE) is defined as the expectation of the difference between the treatment group Y(1) and control group Y(0)
Reply