Skip to content

Commit 22edde9

Browse files
docs: improve narrative flow, standardize math notation, and fill gaps
- Causal Inference: Clarify bare demonstrative pronouns, standardize formal definitions to use \eqdef, add toy numerical examples for potential outcomes and population estimands, detail step-by-step derivations for RCT exchangeability and G-computation linear model equivalence, update slidebreaks, and wrap IPW table in div. - Predictor Selection: Fix div heading levels from ### to #### to prevent section numbering conflicts, resolve bare demonstratives, define VIF with \eqdef, and add numerical VIF example. - Probability: Standardize theorem/definition div headings to level 4 (####), replace bare --- slidebreaks before theorem divs with {{< slidebreak >}}, and add step-by-step parenthetical justifications in proof aligned blocks. Co-authored-by: dem-extra1 <112029334+dem-extra1@users.noreply.github.com>
1 parent c3c3344 commit 22edde9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

_subfiles/causal-inference/_sec_causal_estimands.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ We calculate the population-level estimands across all three units:
6868
2. **ATT**: Average over treated units ($i = 1, 3$): $\frac{\tau_1 + \tau_3}{2} = \frac{10 + 2}{2} = +6.0$.
6969
3. **ATU**: Average over untreated units ($i = 2$): $\frac{\tau_2}{1} = +6.0$.
7070

71-
In this toy population, treatment effect heterogeneity exists ($\tau_i$ varies across units), but because average gains happen to balance across treatment groups, ATE = ATT = ATU. In general observational datasets with selection bias, ATT and ATU often differ markedly from ATE.
71+
In this toy population, treatment effect heterogeneity exists ($\tau_i$ varies across units),
72+
but because average gains happen to balance across treatment groups, ATE = ATT = ATU.
73+
In general observational datasets with selection bias,
74+
ATT and ATU often differ markedly from ATE.
7275
:::
7376

7477
::: notes

chapters/probability.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ under the conditional distribution given $Z=z$:
10391039
$$
10401040
\ba
10411041
\E{\E{Y \mid X,Z} \mid Z=z}
1042-
&= \sum_{x \in \rangef{X}} \E{Y \mid X=x,Z=z} \cd \P(X=x \mid Z=z) && \text{(expectation under conditional dist. given } Z=z \text{)}
1042+
&= \sum_{x \in \rangef{X}} \E{Y \mid X=x,Z=z} \cd \P(X=x \mid Z=z) && \text{(expectation under conditional distribution given } Z=z \text{)}
10431043
\\&= \E{Y \mid Z=z} && \text{(law of total probability given } Z=z \text{)}
10441044
\ea
10451045
$$

0 commit comments

Comments
 (0)