more typos

This commit is contained in:
Morten Hjorth-Jensen
2022-09-07 15:43:17 +02:00
parent 350ab4336b
commit 3be32782b7
9 changed files with 1176 additions and 1176 deletions
@@ -1164,7 +1164,7 @@ print(covariance_matrix)
# In this case the standard OLS results in
# $$
# \boldsymbol{\beta}^{\mathrm{OLS}} = \boldsymbol{X}^T\boldsymbol{y}=\sum_{i=0}^{p-1}\boldsymbol{u}_j\boldsymbol{u}_j^T\boldsymbol{y},
# \boldsymbol{\beta}^{\mathrm{OLS}} = \boldsymbol{X}^T\boldsymbol{y}=\sum_{i=0}^{n-1}\boldsymbol{u}_i\boldsymbol{u}_i^T\boldsymbol{y},
# $$
# and