Skip to content

Commit 4e92a66

Browse files
authored
Merge pull request #95 from pymc-labs/start-glossary
Add a (modest) glossary page to the docs.
2 parents e1f5781 + af84b74 commit 4e92a66

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@
6565

6666
# MyST options for working with markdown files.
6767
# Info about extensions here https://myst-parser.readthedocs.io/en/latest/syntax/optional.html?highlight=math#admonition-directives # noqa: E501
68-
myst_enable_extensions = ["dollarmath", "amsmath", "colon_fence", "linkify"]
68+
myst_enable_extensions = [
69+
"dollarmath",
70+
"amsmath",
71+
"colon_fence",
72+
"linkify",
73+
"html_admonition",
74+
]
6975

7076
# -- Options for HTML output -------------------------------------------------
7177
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

docs/glossary.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Glossary
2+
3+
<div class="admonition note" name="html-admonition">
4+
<p class="title">Note:</p>
5+
Some of the definitions have been copied (or inspired by) various resources, including Reichardt (2019).
6+
</div>
7+
8+
**Change score analysis:** Statistical procedure where the dependent variable is the difference between the posttest and protest scores. Another term for 'differences in differences'.
9+
10+
**Difference in Differences:** Analysis where the treatment effect is estimated as a difference between treatment conditions in the differences between pre-treatment to post treatment observations.
11+
12+
**Regression discontinuity design:** A quasi–experimental comparison to estimate a treatment effect where units are assigned to treatment conditions based on a cut-off score on a quantitative assignment variable (aka running variable).
13+
14+
**Synthetic control method:** The synthetic control method is a statistical method used to evaluate the effect of an intervention in comparative case studies. It involves the construction of a weighted combination of groups used as controls, to which the treatment group is compared.
15+
16+
## References
17+
* Reichardt, C. S. (2019). Quasi-experimentation: A guide to design and analysis. Guilford Publications.

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ This repository is supported by `PyMC Labs <https://www.pymc-labs.io>`_.
9898
Documentation outline
9999
=====================
100100

101+
.. toctree::
102+
:titlesonly:
103+
104+
glossary.md
105+
101106
.. toctree::
102107
:caption: Examples
103108
:titlesonly:

0 commit comments

Comments
 (0)