Skip to content

Commit

Permalink
Tom's Sept 5 edits of two lectures
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassargent30 committed Sep 5, 2023
1 parent bab7a8e commit b20d6f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lectures/svd_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ print(f'rank of X = {rr}')
**Properties:**
* Where $U$ is constructed via a full SVD, $U^\top U = I_{p\times p}$ and $U U^\top = I_{m \times m}$
* Where $\hat U$ is constructed via a reduced SVD, although $\hat U^\top \hat U = I_{p\times p}$ it happens that $\hat U \hat U^\top \neq I_{m \times m}$
* Where $\hat U$ is constructed via a reduced SVD, although $\hat U^\top \hat U = I_{p\times p}$, it happens that $\hat U \hat U^\top \neq I_{m \times m}$
We illustrate these properties for our example with the following code cells.
Expand Down Expand Up @@ -703,7 +703,7 @@ provided that we set
* ${V_k}^{T}=\tilde{\epsilon_k}$ (the $k$th principal component)
Because there are alternative algorithms for computing $P$ and $U$ for given a data matrix $X$, depending on algorithms used, we might have sign differences or different orders between eigenvectors.
Because there are alternative algorithms for computing $P$ and $U$ for given a data matrix $X$, depending on algorithms used, we might have sign differences or different orders of eigenvectors.
We can resolve such ambiguities about $U$ and $P$ by
Expand Down
2 changes: 1 addition & 1 deletion lectures/wald_friedman.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Key ideas in play will be:
- Dynamic programming
- Type I and type II statistical errors
- a type I error occurs when you reject a null hypothesis that is true
- a type II error is when you accept a null hypothesis that is false
- a type II error occures when you accept a null hypothesis that is false
- Abraham Wald's **sequential probability ratio test**
- The **power** of a statistical test
- The **critical region** of a statistical test
Expand Down

0 comments on commit b20d6f6

Please sign in to comment.