|
243 | 243 | "cell_type": "markdown", |
244 | 244 | "metadata": {}, |
245 | 245 | "source": [ |
246 | | - "We will see further uses of the stationary distribution later. But for now, we continue the analysis of our model by visualizing its (right) eigenvectors. First, we notice that the first right eigenvector is a constant $1$." |
| 246 | + "We will see further uses of the stationary distribution later.\n", |
| 247 | + "But for now, we continue the analysis of our model by visualizing its (right) eigenvectors which encode the dynamical processes.\n", |
| 248 | + "First, we notice that the first right eigenvector is a constant $1$." |
247 | 249 | ] |
248 | 250 | }, |
249 | 251 | { |
|
288 | 290 | "cell_type": "markdown", |
289 | 291 | "metadata": {}, |
290 | 292 | "source": [ |
291 | | - "The right eigenvectors can be used to visualize the processes governed by the corresponding implied timescales. The first right eigenvector (always) is $(1,\\dots,1)^\\top$ for an MSM transition matrix and it corresponds to the stationary process (infinite implied timescale).\n", |
| 293 | + "The right eigenvectors can be used to visualize the processes governed by the corresponding implied timescales.\n", |
| 294 | + "The first right eigenvector (always) is $(1,\\dots,1)^\\top$ for an MSM transition matrix and it corresponds to the stationary process (infinite implied timescale).\n", |
292 | 295 | "\n", |
293 | | - "The second right eigenvector corresponds to the slowest process; its entries are negative for one group of discrete states and positive for the other group. This tells us that the slowest process happens between these two groups and that the process relaxes on the slowest ITS ($\\approx 8.5$ steps).\n", |
| 296 | + "The second right eigenvector corresponds to the slowest process;\n", |
| 297 | + "its entries are negative for one group of discrete states and positive for the other group.\n", |
| 298 | + "This tells us that the slowest process happens between these two groups and that the process relaxes on the slowest ITS ($\\approx 8.5$ steps).\n", |
294 | 299 | "\n", |
295 | | - "The third and fourth eigenvectors show a larger spread of values and no clear grouping. In combination with the ITS convergence plot, we can safely assume that these eigenvectors contain just noise and do not indicate any resolved processes.\n", |
| 300 | + "The third and fourth eigenvectors show a larger spread of values and no clear grouping.\n", |
| 301 | + "In combination with the ITS convergence plot, we can safely assume that these eigenvectors contain just noise and do not indicate any resolved processes.\n", |
296 | 302 | "\n", |
297 | 303 | "We then continue to validate our MSM with a CK test for $2$ metastable states which are already indicated by the second right eigenvector." |
298 | 304 | ] |
|
0 commit comments