Skip to content

Commit 28e9d9f

Browse files
committed
[IV 212] adding the class and example notebook to the documentation
Signed-off-by: Nathaniel <[email protected]>
1 parent 0a519d8 commit 28e9d9f

File tree

5 files changed

+627
-630
lines changed

5 files changed

+627
-630
lines changed

docs/source/_static/iv_reg.svg

4.23 KB
Loading

docs/source/examples.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,12 @@ Regression Discontinuity
5151
notebooks/rd_skl.ipynb
5252
notebooks/rd_pymc_drinking.ipynb
5353
notebooks/rd_skl_drinking.ipynb
54+
55+
56+
Instrumental Variables Regression
57+
========================
58+
59+
.. toctree::
60+
:titlesonly:
61+
62+
notebooks/iv_pymc.ipynb

docs/source/glossary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Some of the definitions have been copied from (or inspired by) various resources
2424

2525
**Interrupted time series (ITS) design:** A quasi-experimental design to estimate a treatment effect where a series of observations are collected before and after a treatment. No control group is present.
2626

27+
**Instrumental Variable Regression (IVR) design** A quasi experimental design to estimate the treatment effect when there is
28+
a concern that the treatment variable is endogenous in the system of interest.
29+
2730
**Non-equivalent group designs:** A quasi-experimental design where units are assigned to conditions non-randomly, and not according to a running variable (see Regression discontinuity design).
2831

2932
The basic posttest-only design can be described as:

docs/source/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ Interrupted time series analysis is appropriate when you have a time series of o
109109

110110
.. image:: _static/interrupted_time_series_pymc.svg
111111

112+
Instrumental Variable Regression
113+
"""""""""""""""""""""""
114+
Interrupted time series analysis is appropriate when you have a time series of observations which undergo treatment at a particular point in time. This kind of analysis has no control group and looks for the presence of a change in the outcome measure at or soon after the treatment time.
115+
116+
.. image:: _static/iv_reg.svg
117+
118+
112119
Support
113120
-------
114121

docs/source/notebooks/iv_pymc.ipynb

Lines changed: 608 additions & 630 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)