@@ -466,7 +466,7 @@ print(f'rank of X = {rr}')
|
466 | 466 | **Properties:** |
467 | 467 | |
468 | 468 | * Where $U$ is constructed via a full SVD, $U^\top U = I_{p\times p}$ and $U U^\top = I_{m \times m}$ |
469 | | -* 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}$ |
| 469 | +* 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}$ |
470 | 470 | |
471 | 471 | We illustrate these properties for our example with the following code cells. |
472 | 472 | |
@@ -703,7 +703,7 @@ provided that we set
|
703 | 703 | |
704 | 704 | * ${V_k}^{T}=\tilde{\epsilon_k}$ (the $k$th principal component) |
705 | 705 | |
706 | | -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. |
| 706 | +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. |
707 | 707 | |
708 | 708 | We can resolve such ambiguities about $U$ and $P$ by |
709 | 709 | |
|