Skip to content

Commit dd22016

Browse files
committed
[IV 212] addressing some of Ben's comments with notebook
1 parent 12334bf commit dd22016

File tree

6 files changed

+360
-3831
lines changed

6 files changed

+360
-3831
lines changed

docs/source/_static/iv_reg.png

-9.81 KB
Binary file not shown.

docs/source/_static/iv_reg1.png

30.7 KB
Loading

docs/source/_static/iv_reg2.png

43.3 KB
Loading

docs/source/glossary.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Glossary
3636
ITS
3737
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.
3838

39+
Instrumental Variable regression
40+
IV
41+
A quasi-experimental design to estimate a treatment effect where the is a risk of confounding between the treatment and the outcome due to endogeniety.
42+
43+
Endogenous Variable
44+
An endogenous variable is a variable in a regression equation such that the variable is correlated with the error term of the equation i.e. correlated with the outcome variable (in the system). This is a problem for OLS regression estimation techniques because endogeniety violates the assumptions of the Gauss Markov theorem.
45+
3946
Non-equivalent group designs
4047
NEGD
4148
A quasi-experimental design where units are assigned to conditions non-randomly, and not according to a running variable (see Regression discontinuity design).
@@ -77,6 +84,10 @@ Glossary
7784
Wilkinson notation
7885
A notation for describing statistical models :footcite:p:`wilkinson1973symbolic`.
7986

87+
Two Stage Least Squares
88+
2SLS
89+
An estimation technique for estimating the parameters of an IV regression. It takes its name from the fact that it uses two OLS regressions - a first and second stage.
90+
8091

8192
References
8293
----------

0 commit comments

Comments
 (0)