Skip to content

Commit adb1d48

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. Standardize vector macros to \vL, \vl, and estimator indirection macros \Est and \emu. - 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. Remove abbreviation in proof text. Co-authored-by: dem-extra1 <112029334+dem-extra1@users.noreply.github.com>
1 parent 1ddc381 commit adb1d48

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

_subfiles/causal-inference/_sec_propensity_scores.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $$w_i \eqdef \frac{A_i}{\hat{e}(\vL_i)} +
7272
\frac{1 - A_i}{1 - \hat{e}(\vL_i)}$$
7373

7474
The IPW estimator of $\E{Y(a)}$ is:
75-
$$\widehat{\E{Y(a)}}_{\text{IPW}} \eqdef
75+
$$\Est{\E{Y(a)}}_{\text{IPW}} \eqdef
7676
\frac{\sum_{i: A_i = a} w_i Y_i}{\sum_{i: A_i = a} w_i}$$
7777

7878
Reweighting by $w_i$ creates a **pseudo-population**

_subfiles/causal-inference/_sec_regression_adjustment.qmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ The **G-computation** estimator
1313
estimates the ATE by:
1414

1515
1. Fitting a regression model:
16-
$\hat{\mu}(a, \vl) \eqdef \widehat{\E{Y \mid A = a, \vL = \vl}}$
16+
$\emu(a, \vl) \eqdef \Est{\E{Y \mid A = a, \vL = \vl}}$
1717

1818
2. Predicting the potential outcome mean for each individual
1919
under both treatment levels $a = 1$ and $a = 0$:
20-
$$\hat{Y}_i(a) \eqdef \hat{\mu}(a, \vL_i)$$
20+
$$\hat{Y}_i(a) \eqdef \emu(a, \vL_i)$$
2121

2222
3. Averaging over the study population:
23-
$$\widehat{\E{Y(a)}} \eqdef \frac{1}{n} \sum_{i=1}^n \hat{Y}_i(a)$$
23+
$$\Est{\E{Y(a)}} \eqdef \frac{1}{n} \sum_{i=1}^n \hat{Y}_i(a)$$
2424

2525
4. Estimating the ATE as the contrast:
26-
$$\widehat{\text{ATE}} \eqdef \widehat{\E{Y(1)}} - \widehat{\E{Y(0)}}$$
26+
$$\Est{\text{ATE}} \eqdef \Est{\E{Y(1)}} - \Est{\E{Y(0)}}$$
2727

2828
::: notes
2929

0 commit comments

Comments
 (0)