Skip to content

Commit 5aecf58

Browse files
committed
DOC: Correct typos
Fix reported typos closes #616
1 parent 9288df3 commit 5aecf58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/source/iv/estimators.lyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ x_{2i} & =\underset{\textrm{exogenous}}{\underbrace{\gamma_{1}^{\prime}z_{1i}}}+
170170
The model can be expressed compactly
171171
\begin_inset Formula
172172
\begin{align*}
173-
Y & =X_{1}\beta_{1}+X_{2}\beta_{1}+\epsilon=X\beta+\epsilon\\
173+
Y & =X_{1}\beta_{1}+X_{2}\beta_{2}+\epsilon=X\beta+\epsilon\\
174174
X_{2} & =Z_{1}\gamma_{1}+Z_{2}\gamma_{2}+u=Z\gamma+u
175175
\end{align*}
176176

@@ -218,7 +218,7 @@ The vector of instruments
218218
\begin_inset Formula $k$
219219
\end_inset
220220

221-
matrix if regressors where row
221+
matrix of regressors where row
222222
\begin_inset Formula $i$
223223
\end_inset
224224

doc/source/iv/estimators.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ The model can be expressed compactly
3232
.. math::
3333

3434
\begin{aligned}
35-
Y & =X_{1}\beta_{1}+X_{2}\beta_{1}+\epsilon=X\beta+\epsilon\\
35+
Y & =X_{1}\beta_{1}+X_{2}\beta_{2}+\epsilon=X\beta+\epsilon\\
3636
X_{2} & =Z_{1}\gamma_{1}+Z_{2}\gamma_{2}+u=Z\gamma+u\end{aligned}
3737

3838
The vector of instruments :math:`z_{i}` is :math:`p` by 1. There are
3939
:math:`n` observations for all variables. :math:`k_{c}=1` if the model
4040
contains a constant (either explicit or implicit, i.e., including all
4141
categories of a dummy variable). The constant, if included, is in
42-
:math:`x_{1i}`. :math:`X` is the :math:`n` by :math:`k` matrix if
42+
:math:`x_{1i}`. :math:`X` is the :math:`n` by :math:`k` matrix of
4343
regressors where row :math:`i` of :math:`X` is :math:`x_{i}^{\prime}`.
4444
:math:`X` can be partitioned into :math:`\left[X_{1}\;X_{2}\right]`.
4545
:math:`Z` is the :math:`n` by :math:`p` matrix of instruments. The

0 commit comments

Comments
 (0)