Skip to content

Commit 921c9f7

Browse files
authored
Merge pull request #537 from NathanielF/cate_example
Adding documentation on structural causal models to the knowledge base. Highlighting the role of joint modelling and variable selection priors.
2 parents 7dea992 + 9de06b2 commit 921c9f7

File tree

9 files changed

+5650
-0
lines changed

9 files changed

+5650
-0
lines changed

docs/source/_static/JOINT_DAG.png

122 KB
Loading
148 KB
Loading
219 KB
Loading
186 KB
Loading

docs/source/knowledgebase/glossary.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Glossary
8383
Pretest-posttest design
8484
A quasi-experimental design where the treatment effect is estimated by comparing an outcome measure before and after treatment.
8585

86+
Probabilistic Programming
87+
Probabilistic programming is the practice of expressing statistical using general-purpose programming languages extended with constructs for random variables, probability distributions, and inference. Prominent examples are `PyMC` and `Stan`
88+
8689
Propensity scores
8790
An estimate of the probability of adopting a treatment status. Used in re-weighting schemes to balance observational data.
8891

docs/source/knowledgebase/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ glossary
77
reporting_statistics
88
design_notation
99
quasi_dags.ipynb
10+
structural_causal_models.ipynb
1011
causal_video_resources
1112
causal_written_resources
1213
:::

docs/source/knowledgebase/structural_causal_models.ipynb

Lines changed: 5617 additions & 0 deletions
Large diffs are not rendered by default.

docs/source/references.bib

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,34 @@ @article{richardson2009monetary
2323
publisher={The University of Chicago Press}
2424
}
2525

26+
27+
@book{pearl2000causality,
28+
title={Causality: Models, Reasoning, and Inference},
29+
author={Pearl, J.},
30+
isbn={9780521773621},
31+
lccn={99042108},
32+
url={https://books.google.ie/books?id=wnGU_TsW3BQC},
33+
year={2000},
34+
publisher={Cambridge University Press}
35+
}
36+
2637
@book{angrist2014mastering,
2738
title={Mastering 'Metrics: The path from cause to effect},
2839
author={Angrist, Joshua D and Pischke, J{\"o}rn-Steffen},
2940
year={2014},
3041
publisher={Princeton University Press}
3142
}
3243

44+
@book{angrist2009mostly,
45+
title={Mostly Harmless Econometrics: An Empiricist's Companion},
46+
author={Angrist, J.D. and Pischke, J.S.},
47+
isbn={9780691120355},
48+
lccn={2008036265},
49+
url={https://books.google.ie/books?id=YSAzEAAAQBAJ},
50+
year={2009},
51+
publisher={Princeton University Press}
52+
}
53+
3354
@article{carpenter2009effect,
3455
title={The effect of alcohol consumption on mortality: regression discontinuity evidence from the minimum drinking age},
3556
author={Carpenter, Christopher and Dobkin, Carlos},
@@ -59,6 +80,13 @@ @book{hansenEconometrics
5980
publisher={Princeton}
6081
}
6182

83+
@book{kaplan_bs_social_science,
84+
title={Bayesian Statistics for the social sciences},
85+
author={Kaplan, David},
86+
year={2024},
87+
publisher={Guilford Press}
88+
}
89+
6290
@book{aronowFoundations,
6391
author={Aronow, P and Miller, B},
6492
title={Foundations of Agnostic Statistics},

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ dependencies:
1616
- statsmodels
1717
- xarray>=v2022.11.0
1818
- pymc-extras>=0.3.0
19+
- pymc-bart
1920
- python>=3.11

0 commit comments

Comments
 (0)