因果推断基础入门
Demo Institution
2026-02-16
Definition: Causal inference is process of drawing conclusions about causal relationships based on observed data (Angrist and Pischke 2009).
Key Question: What would have happened to Y if we had changed X by one unit, while holding everything else constant?
Example: Does taking a drug actually cure a disease, or is it just correlation?
Let \(Y_{1i}\) and \(Y_{0i}\) denote potential outcomes for unit \(i\):
\[ \begin{align*} Y_{1i} &= \text{Outcome if treated} \\ Y_{0i} &= \text{Outcome if not treated} \end{align*} \]
The causal effect for unit \(i\) is:
\[ \tau_i = Y_{1i} - Y_{0i} \]
Problem: We can only observe one of these for each unit!
The average causal effect across the population:
\[ \text{ATE} = \mathbb{E}[Y_{1i} - Y_{0i}] \]
Fundamental Problem of Causal Inference:
We cannot observe \(Y_{1i}\) and \(Y_{0i}\) simultaneously for the same unit \(i\).
.center[ Questions?]

Demo Lecture