@@ -34,7 +34,7 @@ Let $X$ be an $m \times n$ matrix of rank $p$.
|
34 | 34 | |
35 | 35 | Necessarily, $p \leq \min(m,n)$. |
36 | 36 | |
37 | | -In much of this lecture, we'll think of $X$ as a matrix of **data** in which |
| 37 | +In much of this lecture, we'll think of $X$ as a matrix of data in which |
38 | 38 | |
39 | 39 | * each column is an **individual** -- a time period or person, depending on the application |
40 | 40 | |
@@ -52,11 +52,11 @@ We'll apply a **singular value decomposition** of $X$ in both situations.
|
52 | 52 | |
53 | 53 | In the $ m < < n$ case in which there are many more individuals $n$ than attributes $m$, we can calculate sample moments of a joint distribution by taking averages across observations of functions of the observations. |
54 | 54 | |
55 | | -In this $ m < < n$ case, we'll look for **patterns** by using a **singular value decomposition** to do a **principal components analysis** (PCA). |
| 55 | +In this $ m < < n$ case, we'll look for patterns by using a singular value decomposition to do a principal components analysis (PCA). |
56 | 56 | |
57 | 57 | In the $m > > n$ case in which there are many more attributes $m$ than individuals $n$ and when we are in a time-series setting in which $n$ equals the number of time periods covered in the data set $X$, we'll proceed in a different way. |
58 | 58 | |
59 | | -We'll again use a **singular value decomposition**, but now to construct a **dynamic mode decomposition** (DMD) |
| 59 | +We'll again use a singular value decomposition, but now to construct a **dynamic mode decomposition** (DMD) |
60 | 60 | |
61 | 61 | ## Singular Value Decomposition |
62 | 62 | |
|